From 976c4fd97983b82019bf71061fa5aa2b2a0380f9 Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Fri, 11 Nov 2016 19:28:37 -0800 Subject: [PATCH] Bump version to 0.2.18 (#60) Skipped 0.2.17 (which was published but yanked) because publish recipe was wrong --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f8a5f91..d3beb46 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "just" -version = "0.2.16" +version = "0.2.18" dependencies = [ "ansi_term 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "atty 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index b5f0d27..2ef8926 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "just" -version = "0.2.16" +version = "0.2.18" description = "🤖 Just a command runner" authors = ["Casey Rodarmor "] license = "WTFPL/MIT/Apache-2.0"