diff --git a/Cargo.toml b/Cargo.toml index ce349f6..2a5fc5b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT" name = "cursive" readme = "Readme.md" repository = "https://github.com/gyscos/Cursive" -version = "0.1.1" +version = "0.2.0" [dependencies] ncurses = "5.80.0" diff --git a/Readme.md b/Readme.md index 31384cc..c50c56c 100644 --- a/Readme.md +++ b/Readme.md @@ -15,7 +15,7 @@ It is designed to be safe and easy to use: ``` [dependencies] -cursive = "0.1" +cursive = "0.2" ``` Or to use the latest git version: