Bump version to 0.3.0 for release

This commit is contained in:
Jonathan Turner 2019-09-24 19:29:23 +12:00
parent 09e3f9c11b
commit 2de7792939
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -1504,7 +1504,7 @@ dependencies = [
[[package]]
name = "nu"
version = "0.2.0"
version = "0.3.0"
dependencies = [
"ansi_term 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)",
"app_dirs 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",

View file

@ -1,6 +1,6 @@
[package]
name = "nu"
version = "0.2.0"
version = "0.3.0"
authors = ["Yehuda Katz <wycats@gmail.com>", "Jonathan Turner <jonathan.d.turner@gmail.com>", "Andrés N. Robalino <andres@androbtech.com>"]
description = "A shell for the GitHub era"
license = "MIT"