summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCasey Rodarmor <casey@rodarmor.com>2017-05-12 23:50:46 -0400
committerCasey Rodarmor <casey@rodarmor.com>2017-05-12 23:50:46 -0400
commit9b8808af4020b25f5fc703db315ac83e6aacbd56 (patch)
tree2aaf3f98dca7686837e68495c793ef7089e4ce3d
parent1cb7be2351fc25cc7e2b0d853ea31cb0ab7b1ffb (diff)
Bump version: 0.2.28 -> 0.2.29v0.2.29
-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 d9a4b0ee..73a3d71b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,6 +1,6 @@
[root]
name = "just"
-version = "0.2.28"
+version = "0.2.29"
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 7b86682a..cf7ecadd 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "just"
-version = "0.2.28"
+version = "0.2.29"
description = "🤖 Just a command runner"
authors = ["Casey Rodarmor <casey@rodarmor.com>"]
license = "WTFPL OR MIT OR Apache-2.0"