From 0b950db17d1a7c8dc06c6161198c1d4095b288d2 Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Sun, 13 Nov 2016 00:04:27 -0800 Subject: [PATCH] Bump version to v0.2.21 (#103) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9a946fd..dff2c02 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "just" -version = "0.2.20" +version = "0.2.21" 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 b2ffbc8..b1e0383 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "just" -version = "0.2.20" +version = "0.2.21" description = "🤖 Just a command runner" authors = ["Casey Rodarmor "] license = "WTFPL/MIT/Apache-2.0"