From dd16fe316ba74eb756b03815549ce78cbe69f519 Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Wed, 2 Nov 2016 22:06:15 -0700 Subject: [PATCH] Bump version to v0.2.15 --- Cargo.lock | 2 +- Cargo.toml | 2 +- src/app.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a333d73..c36d3a3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "just" -version = "0.2.14" +version = "0.2.15" dependencies = [ "brev 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.16.4 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index cb2eee9..7f164fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "just" -version = "0.2.14" +version = "0.2.15" authors = ["Casey Rodarmor "] license = "WTFPL/MIT/Apache-2.0" description = "🤖 Just a command runner" diff --git a/src/app.rs b/src/app.rs index 1309a4d..8b7c281 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.14") + .version("0.2.15") .author("Casey Rodarmor ") .about("Just a command runner - https://github.com/casey/just") .arg(Arg::with_name("list")