From ca615d9389c74aa6a88036cede0b339f1724fced Mon Sep 17 00:00:00 2001 From: Jonathan Turner Date: Sun, 1 Mar 2020 20:59:13 +1300 Subject: [PATCH] Bump to 0.10.1 (#1442) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1048f18bda..4b7b3c8244 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2189,7 +2189,7 @@ dependencies = [ [[package]] name = "nu" -version = "0.10.0" +version = "0.10.1" dependencies = [ "ansi_term 0.12.1", "app_dirs", diff --git a/Cargo.toml b/Cargo.toml index bdd3fd12c9..cc148db0ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nu" -version = "0.10.0" +version = "0.10.1" authors = ["Yehuda Katz ", "Jonathan Turner ", "Andrés N. Robalino "] description = "A shell for the GitHub era" license = "MIT"