From ee7302c0e3a9668aa3819112907db2b52c37098a Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Sun, 6 May 2018 22:20:48 -0400 Subject: [PATCH] Bump version: 0.3.10 -> 0.3.11 (#318) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 058369f..b2bea68 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -161,7 +161,7 @@ dependencies = [ [[package]] name = "just" -version = "0.3.10" +version = "0.3.11" dependencies = [ "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "assert_matches 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index e8a512a..70e7d16 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "just" -version = "0.3.10" +version = "0.3.11" description = "🤖 Just a command runner" authors = ["Casey Rodarmor "] license = "CC0-1.0"