Bump version: 0.2.25 -> 0.2.26 (#150)

This commit is contained in:
Casey Rodarmor 2017-01-18 22:07:21 -08:00 committed by GitHub
parent bed28c1df5
commit 763f5798be
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -1,6 +1,6 @@
[root] [root]
name = "just" name = "just"
version = "0.2.25" version = "0.2.26"
dependencies = [ dependencies = [
"ansi_term 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "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)", "atty 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",

View File

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