Skip to content

Commit 83ee1dc

Browse files
committed
bump app's version to 0.10.1
1 parent 0c103c5 commit 83ee1dc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

hackernews_tui/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hackernews_tui"
3-
version = "0.10.0"
3+
version = "0.10.1"
44
authors = ["Thang Pham <phamducthang1234@gmail.com>"]
55
edition = "2021"
66
license = "MIT"

hackernews_tui/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ fn init_logging(log_dir_str: &str) {
5555
/// parse command line arguments
5656
fn parse_args(config_dir: &std::path::Path, cache_dir: &std::path::Path) -> ArgMatches {
5757
Command::new("hackernews-tui")
58-
.version("0.10.0")
58+
.version("0.10.1")
5959
.author("Thang Pham <phamducthang1234@gmail>")
6060
.about("A Terminal UI to browse Hacker News")
6161
.arg(

0 commit comments

Comments
 (0)