diff --git a/Cargo.toml b/Cargo.toml index af6ebb29dff6e172fbd2717eb10a8a4d78401593..a8ed28886c2918eca31c0d61b4982b5e9adbd9f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustyline" -version = "2.0.0" +version = "2.1.0" authors = ["Katsu Kawakami <kkawa1570@gmail.com>"] description = "Rustyline, a readline implementation based on Antirez's Linenoise" documentation = "http://docs.rs/rustyline" diff --git a/README.md b/README.md index 220720eba7d4dd1a5fd5406095320c086bc32a8f..ea66ccc0793379900f0aaa3cfdf17d91d90f72b0 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ to your `Cargo.toml`: ```toml [dependencies] -rustyline = "2.0.0" +rustyline = "2.1.0" ``` ## Features