1
1
mirror of https://github.com/casey/just.git synced 2024-09-17 17:09:39 +03:00

Bump version: 0.2.26 -> 0.2.27

This commit is contained in:
Casey Rodarmor 2017-04-23 17:02:13 -07:00
parent bb15310549
commit 9fce455851
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.26"
version = "0.2.27"
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)",

View File

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