diff --git a/Cargo.lock b/Cargo.lock index b90d879..48f04af 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -21,7 +21,7 @@ dependencies = [ [[package]] name = "apk-decompiler" -version = "0.2.0" +version = "0.2.1" dependencies = [ "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", "console 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index b6f2480..513be79 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "apk-decompiler" description = "Small utility to decompile apks" -version = "0.2.0" +version = "0.2.1" authors = ["Roberto Huertas "] edition = "2018" license = "MIT" diff --git a/src/main.rs b/src/main.rs index 726c249..3e2632f 100644 --- a/src/main.rs +++ b/src/main.rs @@ -10,7 +10,7 @@ use std::path::PathBuf; fn main() { let matches = App::new("apk decompiler") - .version("0.2.0") + .version("0.2.1") .about("A super simple utility to decompile your APKs.") .author("Roberto Huertas ") .arg(