From 88f44dbce9d4ccaaff61de30923bde986081e9b1 Mon Sep 17 00:00:00 2001 From: Alex Taylor Date: Sun, 16 Dec 2018 18:59:27 -0800 Subject: [PATCH] Bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- src/main.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9c54985..1cb620c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1165,7 +1165,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "tumblr-likes" -version = "0.3.0" +version = "0.3.1" dependencies = [ "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", "indicatif 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 46a15b7..263ba31 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tumblr-likes" -version = "0.3.0" +version = "0.3.1" authors = ["Alex Taylor "] description = "Downloads your liked photos and videos on Tumblr." readme = "README.md" diff --git a/src/main.rs b/src/main.rs index 2e544dc..3b377ba 100644 --- a/src/main.rs +++ b/src/main.rs @@ -36,7 +36,7 @@ fn cli() -> Arguments { let env_key = env::var("TUMBLR_API_KEY"); let matches = App::new("tumblr-likes") - .version("0.3.0") + .version("0.3.1") .author("Alex Taylor ") .about("Downloads your liked photos and videos on Tumblr.") .arg(