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"