actually bump version (#1559)

This commit is contained in:
Jonathan Turner 2020-04-06 12:18:47 -07:00 committed by GitHub
parent 183c8407de
commit c9f424977e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -2186,7 +2186,7 @@ dependencies = [
[[package]]
name = "nu-cli"
version = "0.12.0"
version = "0.12.1"
dependencies = [
"ansi_term 0.12.1",
"app_dirs",

View File

@ -18,7 +18,7 @@ members = ["crates/*/"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
nu-cli = { version = "0.12.0", path = "./crates/nu-cli" }
nu-cli = { version = "0.12.1", path = "./crates/nu-cli" }
nu-source = { version = "0.12.0", path = "./crates/nu-source" }
nu-plugin = { version = "0.12.0", path = "./crates/nu-plugin" }
nu-protocol = { version = "0.12.0", path = "./crates/nu-protocol" }

View File

@ -1,6 +1,6 @@
[package]
name = "nu-cli"
version = "0.12.0"
version = "0.12.1"
authors = ["The Nu Project Contributors"]
description = "CLI for nushell"
edition = "2018"