From ba9dc4d5630def56c0e575fa7df666f79c17b473 Mon Sep 17 00:00:00 2001 From: Alex Taylor Date: Sat, 8 Dec 2018 18:26:59 -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 6a3de1d..18bb121 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.2.1" +version = "0.2.2" 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 cf8c519..90511d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tumblr-likes" -version = "0.2.1" +version = "0.2.2" 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 2980154..4d494c2 100644 --- a/src/main.rs +++ b/src/main.rs @@ -91,7 +91,7 @@ fn cli() -> Arguments { let env_key = env::var("TUMBLR_API_KEY"); let matches = App::new("tumblr-likes") - .version("0.1.0") + .version("0.2.2") .author("Alex Taylor ") .about("Downloads your liked photos and videos on Tumblr.") .arg(