diff --git a/Cargo.toml b/Cargo.toml index af6ebb29df..30a2fa1596 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustyline" -version = "2.0.0" +version = "2.0.1" authors = ["Katsu Kawakami "] description = "Rustyline, a readline implementation based on Antirez's Linenoise" documentation = "http://docs.rs/rustyline" diff --git a/README.md b/README.md index 220720eba7..5468a87315 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ to your `Cargo.toml`: ```toml [dependencies] -rustyline = "2.0.0" +rustyline = "2.0.1" ``` ## Features