version bump: 0.2.0 -> 0.2.1

This commit is contained in:
Casey Rodarmor 2016-10-23 17:14:35 -07:00
parent 5125a1ddac
commit 756a74bc18
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "j"
version = "0.2.0"
version = "0.2.1"
authors = ["Casey Rodarmor <casey@rodarmor.com>"]
license = "WTFPL/MIT/Apache-2.0"
description = "a command runner"

View File

@ -21,7 +21,7 @@ macro_rules! die {
pub fn app() {
let matches = App::new("j")
.version("0.2.0")
.version("0.2.1")
.author("Casey R. <casey@rodarmor.com>")
.about("Just a command runner - https://github.com/casey/j")
.arg(Arg::with_name("list")