summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCasey Rodarmor <casey@rodarmor.com>2017-08-02 20:47:37 -0700
committerCasey Rodarmor <casey@rodarmor.com>2017-08-02 20:47:37 -0700
commitf284f75d3285de7480003d657e70af9c9d954b9e (patch)
treec6156538538200cbac3209b7f795d280bbe47ba1
parentd841e4c4bc0b20230ef803c6e07e84ef6f565162 (diff)
v0.2.32 -> v0.2.33v0.2.33
-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 b33df41f..2f3c0eeb 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,6 +1,6 @@
[root]
name = "just"
-version = "0.2.32"
+version = "0.2.33"
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 433acfe5..995d9654 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "just"
-version = "0.2.32"
+version = "0.2.33"
description = "🤖 Just a command runner"
authors = ["Casey Rodarmor <casey@rodarmor.com>"]
license = "WTFPL OR MIT OR Apache-2.0"