From e354ca0a8ea1c6d8d2a5e4f67f614234afe676f8 Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Sun, 30 Oct 2016 22:52:03 -0700 Subject: [PATCH] Bump version update description --- Cargo.toml | 4 ++-- notes | 2 +- src/app.rs | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ac80dac..b616ea9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "just" -version = "0.2.11" +version = "0.2.12" authors = ["Casey Rodarmor "] license = "WTFPL/MIT/Apache-2.0" -description = "a command runner" +description = "🤖 just a command runner" homepage = "https://github.com/casey/just" [dependencies] diff --git a/notes b/notes index d54c855..a13f9c7 100644 --- a/notes +++ b/notes @@ -1,7 +1,7 @@ todo ---- -. link to docs, crates +- publish new version, check emoji . start with an short example justfile . recipes, dependencies, assignments, backticks diff --git a/src/app.rs b/src/app.rs index 91acdd3..75dc064 100644 --- a/src/app.rs +++ b/src/app.rs @@ -23,7 +23,7 @@ macro_rules! die { pub fn app() { let matches = App::new("just") - .version("0.2.11") + .version("0.2.12") .author("Casey Rodarmor ") .about("Just a command runner - https://github.com/casey/just") .arg(Arg::with_name("list")