Skip to content

Commit

Permalink
Bump version for 0.47 release. (#32)
Browse files Browse the repository at this point in the history
Will be used starting with `reedline` 0.17 and `nu` 0.77.
  • Loading branch information
sholderbach authored Mar 13, 2023
1 parent 7a842de commit 4fdb684
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ edition = "2021"
rust-version = "1.62.1"
license = "MIT"
name = "nu-ansi-term"
version = "0.46.0"
version = "0.47.0"
repository = "https://github.com/nushell/nu-ansi-term"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This crate works with [Cargo](http://crates.io). Add the following to your `Carg

```toml
[dependencies]
nu-ansi-term = "0.46"
nu-ansi-term = "0.47"
```

## Basic usage
Expand Down

0 comments on commit 4fdb684

Please sign in to comment.