Skip to content

Commit

Permalink
version adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
robertohuertasm committed Feb 1, 2019
1 parent 0924b7b commit 76d9e44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use std::path::PathBuf;

fn main() {
let matches = App::new("apk decompiler")
.version("0.1.0")
.version("0.2.0")
.about("A super simple utility to decompile your APKs.")
.author("Roberto Huertas <[email protected]>")
.arg(
Expand Down

0 comments on commit 76d9e44

Please sign in to comment.