summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCasey Rodarmor <casey@rodarmor.com>2017-10-14 23:03:58 -0700
committerCasey Rodarmor <casey@rodarmor.com>2017-10-14 23:21:46 -0700
commit7874e22d47d8e1477def970b9b191849f77c72f5 (patch)
tree226fb9075726d4877b4c55148f1876f77755f6c1
parent7f3f13bd4bb3db5489e67d02be295d02c4d596d2 (diff)
Bump version to 0.3.2v0.3.2
-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 3d2e725c..770515eb 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,6 +1,6 @@
[root]
name = "just"
-version = "0.3.1"
+version = "0.3.2"
dependencies = [
"ansi_term 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
"atty 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index 8b70a55e..1d165bc4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "just"
-version = "0.3.1"
+version = "0.3.2"
description = "🤖 Just a command runner"
authors = ["Casey Rodarmor <casey@rodarmor.com>"]
license = "WTFPL OR MIT OR Apache-2.0"