Bump the release version

This commit is contained in:
Jonathan Turner 2019-11-26 20:59:43 +13:00
parent eb5d0d295b
commit 7c6e82c990
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -1660,7 +1660,7 @@ dependencies = [
[[package]] [[package]]
name = "nu" name = "nu"
version = "0.5.1" version = "0.6.0"
dependencies = [ dependencies = [
"ansi_term 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", "ansi_term 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)",
"app_dirs 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "app_dirs 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "nu" name = "nu"
version = "0.5.1" version = "0.6.0"
authors = ["Yehuda Katz <wycats@gmail.com>", "Jonathan Turner <jonathan.d.turner@gmail.com>", "Andrés N. Robalino <andres@androbtech.com>"] authors = ["Yehuda Katz <wycats@gmail.com>", "Jonathan Turner <jonathan.d.turner@gmail.com>", "Andrés N. Robalino <andres@androbtech.com>"]
description = "A shell for the GitHub era" description = "A shell for the GitHub era"
license = "MIT" license = "MIT"