summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCasey Rodarmor <casey@rodarmor.com>2016-12-30 00:22:02 -0800
committerGitHub <noreply@github.com>2016-12-30 00:22:02 -0800
commit02a160d2e0824ee3c782aaf1e6b79b728200d3d3 (patch)
treecbdf52124b39292eec792ed6bc4331b9b1970121
parentb267d0444ecd14def505e050c18237a02bc34424 (diff)
Bump version: 0.2.23 -> 0.2.24 (#140)v0.2.24
-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 c417188c..23747925 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,6 +1,6 @@
[root]
name = "just"
-version = "0.2.23"
+version = "0.2.24"
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 30933d07..0e1934c2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "just"
-version = "0.2.23"
+version = "0.2.24"
description = "🤖 Just a command runner"
authors = ["Casey Rodarmor <casey@rodarmor.com>"]
license = "WTFPL OR MIT OR Apache-2.0"