Bump version to v0.2.15

This commit is contained in:
Casey Rodarmor 2016-11-02 22:06:15 -07:00
parent 9f2568c461
commit dd16fe316b
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -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)",

View File

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

View File

@ -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 <casey@rodarmor.com>")
.about("Just a command runner - https://github.com/casey/just")
.arg(Arg::with_name("list")