Bump version

This commit is contained in:
Yehuda Katz 2019-05-17 20:16:06 -07:00
parent ef8a935185
commit 67d18df214
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -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)",

View File

@ -1,6 +1,6 @@
[package]
name = "nu"
version = "0.1.0"
version = "0.1.1"
authors = ["Yehuda Katz <wycats@gmail.com>"]
description = "A shell for the GitHub era"
license = "ISC"