summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCasey Rodarmor <casey@rodarmor.com>2017-05-13 00:14:10 -0400
committerCasey Rodarmor <casey@rodarmor.com>2017-05-13 00:14:20 -0400
commit62a0d7de059459eed800dc852264bd50949378aa (patch)
treefe95121492cdeaafea7510f1e29ef241b7f08121
parent2b59771c9db9d645eb1ae86cd7f337d2c2b98578 (diff)
Bump version: 0.2.31 -> 0.2.32v0.2.32
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--justfile1
3 files changed, 3 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 45f311cd..94a7c53a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,6 +1,6 @@
[root]
name = "just"
-version = "0.2.31"
+version = "0.2.32"
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 80c3c1a5..3e9f8899 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "just"
-version = "0.2.31"
+version = "0.2.32"
description = "🤖 Just a command runner"
authors = ["Casey Rodarmor <casey@rodarmor.com>"]
license = "WTFPL OR MIT OR Apache-2.0"
diff --git a/justfile b/justfile
index 9b7cc314..864da5bf 100644
--- a/justfile
+++ b/justfile
@@ -27,6 +27,7 @@ publish: lint clippy test
cargo publish
git tag -a {{version}} -m 'Release {{version}}'
git push github {{version}}
+ git push github
build-binary-mac VERSION:
just build-binary {{VERSION}} x86_64-apple-darwin