From f8db976585eb541ff4ad46719b5a697a2134ed15 Mon Sep 17 00:00:00 2001 From: Thang Pham Date: Sun, 11 Jul 2021 11:53:59 +0900 Subject: release `v0.7.3` --- Cargo.lock | 2 +- hackernews_tui/Cargo.toml | 2 +- hackernews_tui/src/main.rs | 2 +- 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 "] 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 ") .arg( Arg::with_name("config") -- cgit v1.2.3