summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThang Pham <phamducthang1234@gmail.com>2021-06-27 12:23:58 +0900
committerThang Pham <phamducthang1234@gmail.com>2021-06-27 12:23:58 +0900
commitf50da19e59b9fae34a7aa7ace06992c854fc3885 (patch)
treee899a6de6d2ee8f62cad7ee694a769a857a4846f
parent2cb923905063f58d346448cf5d87d9f9202e4402 (diff)
release v0.7.2v0.7.2
-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 c213bf5..ee90746 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -446,7 +446,7 @@ dependencies = [
[[package]]
name = "hackernews_tui"
-version = "0.7.1"
+version = "0.7.2"
dependencies = [
"anyhow",
"clap",
diff --git a/hackernews_tui/Cargo.toml b/hackernews_tui/Cargo.toml
index 0aaa9ce..5b6f57a 100644
--- a/hackernews_tui/Cargo.toml
+++ b/hackernews_tui/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "hackernews_tui"
-version = "0.7.1"
+version = "0.7.2"
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 50630fd..a6b54d4 100644
--- a/hackernews_tui/src/main.rs
+++ b/hackernews_tui/src/main.rs
@@ -136,7 +136,7 @@ fn main() {
// parse command line arguments
let matches = App::new("hackernews-tui")
- .version("0.7.1")
+ .version("0.7.2")
.author("Thang Pham <phamducthang1234@gmail>")
.arg(
Arg::with_name("config")