From 80941ace37bb14c5bed34465ca3ea87f33496d7c Mon Sep 17 00:00:00 2001 From: Jonathan Turner Date: Sun, 1 Dec 2019 07:10:51 +1300 Subject: [PATCH] Add 0.6.1 release --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 13bd7fdc28..9d8849f3a9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1698,7 +1698,7 @@ dependencies = [ [[package]] name = "nu" -version = "0.6.0" +version = "0.6.1" 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)", diff --git a/Cargo.toml b/Cargo.toml index f45eb4874e..77fd7245c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nu" -version = "0.6.0" +version = "0.6.1" authors = ["Yehuda Katz ", "Jonathan Turner ", "Andrés N. Robalino "] description = "A shell for the GitHub era" license = "MIT"