diff --git a/Cargo.lock b/Cargo.lock index d0a545b..5098baa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "j" -version = "0.2.1" +version = "0.2.2" dependencies = [ "clap 2.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index b3de5bb..d3c2750 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "j" -version = "0.2.1" +version = "0.2.2" authors = ["Casey Rodarmor "] license = "WTFPL/MIT/Apache-2.0" description = "a command runner" diff --git a/src/app.rs b/src/app.rs index 6003edd..fc79ab7 100644 --- a/src/app.rs +++ b/src/app.rs @@ -21,7 +21,7 @@ macro_rules! die { pub fn app() { let matches = App::new("j") - .version("0.2.1") + .version("0.2.2") .author("Casey R. ") .about("Just a command runner - https://github.com/casey/j") .arg(Arg::with_name("list")