summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCasey Rodarmor <casey@rodarmor.com>2017-01-18 20:34:33 -0800
committerCasey Rodarmor <casey@rodarmor.com>2017-01-18 20:34:33 -0800
commit36dd1078c1c4541b09b6bfffbd82dd7a9f1f7262 (patch)
tree53f4e18ff505bb9c09658fbf19df92a8d9fb287a
parentbed28c1df5efb156de171efef65d44b4230c888e (diff)
Bump version: 0.2.25 -> 0.2.26v0.2.26
-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 9b553802..d2b93e8e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,6 +1,6 @@
[root]
name = "just"
-version = "0.2.25"
+version = "0.2.26"
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 42afc74a..b6ce8021 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "just"
-version = "0.2.25"
+version = "0.2.26"
description = "🤖 Just a command runner"
authors = ["Casey Rodarmor <casey@rodarmor.com>"]
license = "WTFPL OR MIT OR Apache-2.0"