From 6abb9181d53ed57be8fef9c0b1c0d3c1bfb613e0 Mon Sep 17 00:00:00 2001 From: Jonathan Turner Date: Mon, 27 Apr 2020 18:50:14 +1200 Subject: [PATCH] bump to 0.13.1 (#1670) --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- crates/nu-cli/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index da325eb8b5..9bae8292c8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2069,7 +2069,7 @@ dependencies = [ [[package]] name = "nu" -version = "0.13.0" +version = "0.13.1" dependencies = [ "clap", "crossterm", @@ -2117,7 +2117,7 @@ dependencies = [ [[package]] name = "nu-cli" -version = "0.13.0" +version = "0.13.1" dependencies = [ "ansi_term 0.12.1", "app_dirs", diff --git a/Cargo.toml b/Cargo.toml index cb7fa20222..8e1e767b5a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nu" -version = "0.13.0" +version = "0.13.1" authors = ["The Nu Project Contributors"] description = "A new type of shell" license = "MIT" diff --git a/crates/nu-cli/Cargo.toml b/crates/nu-cli/Cargo.toml index 60baaa576f..345000115d 100644 --- a/crates/nu-cli/Cargo.toml +++ b/crates/nu-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nu-cli" -version = "0.13.0" +version = "0.13.1" authors = ["The Nu Project Contributors"] description = "CLI for nushell" edition = "2018"