From 76d9e44157cdcddc1acbf1f9dfd74c8bd0a46d5c Mon Sep 17 00:00:00 2001 From: Roberto Huertas Date: Fri, 1 Feb 2019 12:09:16 +0100 Subject: [PATCH] version adjustment --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 97fbe1d..726c249 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.1.0") + .version("0.2.0") .about("A super simple utility to decompile your APKs.") .author("Roberto Huertas ") .arg(