Bump version to 0.2.18 (#60)

Skipped 0.2.17 (which was published but yanked) because publish recipe was wrong
This commit is contained in:
Casey Rodarmor 2016-11-11 19:28:37 -08:00 committed by GitHub
parent 716b4eba19
commit 976c4fd979
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -1,6 +1,6 @@
[root]
name = "just"
version = "0.2.16"
version = "0.2.18"
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)",

View File

@ -1,6 +1,6 @@
[package]
name = "just"
version = "0.2.16"
version = "0.2.18"
description = "🤖 Just a command runner"
authors = ["Casey Rodarmor <casey@rodarmor.com>"]
license = "WTFPL/MIT/Apache-2.0"