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(