bump to 0.13.1 (#1670)

This commit is contained in:
Jonathan Turner 2020-04-27 18:50:14 +12:00 committed by GitHub
parent 006171d669
commit 6abb9181d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View file

@ -2069,7 +2069,7 @@ dependencies = [
[[package]] [[package]]
name = "nu" name = "nu"
version = "0.13.0" version = "0.13.1"
dependencies = [ dependencies = [
"clap", "clap",
"crossterm", "crossterm",
@ -2117,7 +2117,7 @@ dependencies = [
[[package]] [[package]]
name = "nu-cli" name = "nu-cli"
version = "0.13.0" version = "0.13.1"
dependencies = [ dependencies = [
"ansi_term 0.12.1", "ansi_term 0.12.1",
"app_dirs", "app_dirs",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "nu" name = "nu"
version = "0.13.0" version = "0.13.1"
authors = ["The Nu Project Contributors"] authors = ["The Nu Project Contributors"]
description = "A new type of shell" description = "A new type of shell"
license = "MIT" license = "MIT"

View file

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