summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThang Pham <phamducthang1234@gmail.com>2021-07-11 11:53:59 +0900
committerThang Pham <phamducthang1234@gmail.com>2021-07-11 11:53:59 +0900
commitf8db976585eb541ff4ad46719b5a697a2134ed15 (patch)
tree832ed8672072b872caed9783102472cb7ef564d4
parentf228379ec51ef166010509fcbc20453ac55b82bb (diff)
release `v0.7.3`v0.7.3
-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 9721860..de6f038 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -446,7 +446,7 @@ dependencies = [
[[package]]
name = "hackernews_tui"
-version = "0.7.2"
+version = "0.7.3"
dependencies = [
"anyhow",
"clap",
diff --git a/hackernews_tui/Cargo.toml b/hackernews_tui/Cargo.toml
index f290c76..172c1b3 100644
--- a/hackernews_tui/Cargo.toml
+++ b/hackernews_tui/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "hackernews_tui"
-version = "0.7.2"
+version = "0.7.3"
authors = ["Thang Pham <phamducthang1234@gmail.com>"]
edition = "2018"
license = "MIT"
diff --git a/hackernews_tui/src/main.rs b/hackernews_tui/src/main.rs
index a2ef6e8..4ec9fee 100644
--- a/hackernews_tui/src/main.rs
+++ b/hackernews_tui/src/main.rs
@@ -146,7 +146,7 @@ fn main() {
// parse command line arguments
let matches = App::new("hackernews-tui")
- .version("0.7.2")
+ .version("0.7.3")
.author("Thang Pham <phamducthang1234@gmail>")
.arg(
Arg::with_name("config")