From 67d18df21473df7c3846b590708aa902acf80101 Mon Sep 17 00:00:00 2001 From: Yehuda Katz Date: Fri, 17 May 2019 20:16:06 -0700 Subject: [PATCH] Bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 92039349cf..0abfceea0f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -687,7 +687,7 @@ dependencies = [ [[package]] name = "nu" -version = "0.1.0" +version = "0.1.1" dependencies = [ "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "byte-unit 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 06ceaff13f..0e776158ae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nu" -version = "0.1.0" +version = "0.1.1" authors = ["Yehuda Katz "] description = "A shell for the GitHub era" license = "ISC"