Bump the release version

This commit is contained in:
Jonathan Turner 2019-11-26 20:59:43 +13:00 committed by Yehuda Katz
parent 4e9afd6698
commit 1fb5a419a7
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1698,7 +1698,7 @@ dependencies = [
[[package]]
name = "nu"
version = "0.5.1"
version = "0.6.0"
dependencies = [
"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)",
@ -1889,7 +1889,7 @@ version = "0.1.0"
dependencies = [
"ansi_term 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)",
"crossterm 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)",
"nu 0.5.1",
"nu 0.6.0",
"nu-protocol 0.1.0",
"nu-source 0.1.0",
"syntect 3.2.0 (registry+https://github.com/rust-lang/crates.io-index)",

View File

@ -1,6 +1,6 @@
[package]
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>"]
description = "A shell for the GitHub era"
license = "MIT"