From 62a0d7de059459eed800dc852264bd50949378aa Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Sat, 13 May 2017 00:14:10 -0400 Subject: [PATCH] Bump version: 0.2.31 -> 0.2.32 --- Cargo.lock | 2 +- Cargo.toml | 2 +- justfile | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 45f311c..94a7c53 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 80c3c1a..3e9f889 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 "] license = "WTFPL OR MIT OR Apache-2.0" diff --git a/justfile b/justfile index 9b7cc31..864da5b 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