summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCasey Rodarmor <casey@rodarmor.com>2016-11-12 09:25:36 -0800
committerCasey Rodarmor <casey@rodarmor.com>2016-11-12 09:33:47 -0800
commit6598f2fe0e1aed19b777d08b9006563557fa6bcc (patch)
treeaabc7f35ddfabc8e6db070eab54b9715f9e2cf73
parent7e3859ef180f1954f930b71828a093576b607933 (diff)
Bump version to 0.2.19v0.2.19
-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 d3beb468..b6a43d65 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,6 +1,6 @@
[root]
name = "just"
-version = "0.2.18"
+version = "0.2.19"
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 2ef89260..b1b23aaa 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "just"
-version = "0.2.18"
+version = "0.2.19"
description = "🤖 Just a command runner"
authors = ["Casey Rodarmor <casey@rodarmor.com>"]
license = "WTFPL/MIT/Apache-2.0"