summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCasey Rodarmor <casey@rodarmor.com>2016-11-12 11:42:45 -0800
committerCasey Rodarmor <casey@rodarmor.com>2016-11-12 11:42:45 -0800
commit36999f198c55f4827c31c5beae6c22c61627e039 (patch)
tree9531ceca2beb31fbb78a5016f2a1d37cd647f7ab
parent6e8289c624e98b3af08c05a73ffc9bcb1fa1ebf3 (diff)
Bump version to 0.2.20v0.2.20
-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 b6a43d65..fc8e4ff1 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,6 +1,6 @@
[root]
name = "just"
-version = "0.2.19"
+version = "0.2.20"
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 b1b23aaa..e763bfa9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "just"
-version = "0.2.19"
+version = "0.2.20"
description = "🤖 Just a command runner"
authors = ["Casey Rodarmor <casey@rodarmor.com>"]
license = "WTFPL/MIT/Apache-2.0"