summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThang Pham <phamducthang1234@gmail.com>2023-02-03 14:02:41 -0500
committerThang Pham <phamducthang1234@gmail.com>2023-02-03 14:02:41 -0500
commit3da2bc07034b451dedfea434f00946fa0025e197 (patch)
treeeed8bf84f2e4d5d63c0ce284531f72c9e07fce48
parent4b0a13a76e0da053eb16e5c04d608e6db540fac1 (diff)
bump app's version to 0.12.0v0.12.0
-rw-r--r--Cargo.lock2
-rw-r--r--hackernews_tui/Cargo.toml2
-rw-r--r--hackernews_tui/src/main.rs2
3 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 5fec3ca..da1551e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -507,7 +507,7 @@ dependencies = [
[[package]]
name = "hackernews_tui"
-version = "0.11.0"
+version = "0.12.0"
dependencies = [
"anyhow",
"clap",
diff --git a/hackernews_tui/Cargo.toml b/hackernews_tui/Cargo.toml
index 7c5984c..24f6495 100644
--- a/hackernews_tui/Cargo.toml
+++ b/hackernews_tui/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "hackernews_tui"
-version = "0.11.0"
+version = "0.12.0"
authors = ["Thang Pham <phamducthang1234@gmail.com>"]
edition = "2021"
license = "MIT"
diff --git a/hackernews_tui/src/main.rs b/hackernews_tui/src/main.rs
index 3a31037..9ac251d 100644
--- a/hackernews_tui/src/main.rs
+++ b/hackernews_tui/src/main.rs
@@ -65,7 +65,7 @@ fn init_logging(log_dir_str: &str) {
/// parse command line arguments
fn parse_args(config_dir: std::path::PathBuf, cache_dir: std::path::PathBuf) -> ArgMatches {
Command::new("hackernews-tui")
- .version("0.11.0")
+ .version("0.12.0")
.author("Thang Pham <phamducthang1234@gmail>")
.about("A Terminal UI to browse Hacker News")
.arg(