summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCasey Rodarmor <casey@rodarmor.com>2017-04-23 17:02:13 -0700
committerCasey Rodarmor <casey@rodarmor.com>2017-04-23 17:02:13 -0700
commit9fce455851bc08ab2b87a9446fb5998099392f59 (patch)
tree3489a3d9d3cab3c83fc2af06e3986b24655d1e23
parentbb15310549d16ae2794a7cb1edb976c68d7f3f85 (diff)
Bump version: 0.2.26 -> 0.2.27v0.2.27
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index ad0347c2..c626871e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,6 +1,6 @@
[root]
name = "just"
-version = "0.2.26"
+version = "0.2.27"
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 24e0253d..10b46d7b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "just"
-version = "0.2.26"
+version = "0.2.27"
description = "🤖 Just a command runner"
authors = ["Casey Rodarmor <casey@rodarmor.com>"]
license = "WTFPL OR MIT OR Apache-2.0"