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(