diff --git a/Cargo.toml b/Cargo.toml index a568874..946b754 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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] diff --git a/README.md b/README.md index a63296b..3c32363 100644 --- a/README.md +++ b/README.md @@ -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