summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCasey Rodarmor <casey@rodarmor.com>2016-11-13 14:23:40 -0800
committerCasey Rodarmor <casey@rodarmor.com>2016-11-13 14:23:40 -0800
commit1c7cb8b69e8f4cd6b5c69231414aa76188aa6881 (patch)
treec858816e7bbb010e2854f7aeca58de65cc5a6d6b
parent3d7888708c69728951e6e1555581e54e1e38e374 (diff)
Bump version to v0.2.22v0.2.22
-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 dff2c022..e835646d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,6 +1,6 @@
[root]
name = "just"
-version = "0.2.21"
+version = "0.2.22"
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 057e0828..9193184e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "just"
-version = "0.2.21"
+version = "0.2.22"
description = "🤖 Just a command runner"
authors = ["Casey Rodarmor <casey@rodarmor.com>"]
license = "WTFPL OR MIT OR Apache-2.0"