From d397e30e1e4e935aa3c07de97a9762904c199cfc Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Fri, 12 May 2017 22:05:59 -0400 Subject: [PATCH] Bump version: 0.2.27 -> 0.2.28 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 78875b04ab..d9a4b0eef0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "just" -version = "0.2.27" +version = "0.2.28" dependencies = [ "ansi_term 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "atty 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 535b279916..7b86682aaa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "just" -version = "0.2.27" +version = "0.2.28" description = "🤖 Just a command runner" authors = ["Casey Rodarmor "] license = "WTFPL OR MIT OR Apache-2.0"