diff --git a/Cargo.toml b/Cargo.toml index 8294b76..1be255f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ license = "MIT" name = "cursive" readme = "Readme.md" repository = "https://github.com/gyscos/Cursive" -version = "0.3.7" +version = "0.4.0" [badges] travis-ci = { repository = "gyscos/cursive" } diff --git a/Readme.md b/Readme.md index 7be184a..cfbda31 100644 --- a/Readme.md +++ b/Readme.md @@ -14,7 +14,7 @@ It is designed to be safe and easy to use: ```toml [dependencies] -cursive = "0.3" +cursive = "0.4" ``` Or to use the latest git version: