Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
robertohuertasm committed Feb 3, 2019
1 parent 0cfece6 commit 18f0b3d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
edition = "2018"
license = "MIT"
Expand Down
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.2.0")
.version("0.2.1")
.about("A super simple utility to decompile your APKs.")
.author("Roberto Huertas <[email protected]>")
.arg(
Expand Down

0 comments on commit 18f0b3d

Please sign in to comment.