diff --git a/Cargo.toml b/Cargo.toml index f47d32a..c9483b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ license = "MIT" name = "cursive" readme = "Readme.md" repository = "https://github.com/gyscos/Cursive" -version = "0.0.4" +version = "0.1.0" exclude = ["doc", "assets"] [dependencies] diff --git a/Readme.md b/Readme.md index 27e2a99..2ac1a67 100644 --- a/Readme.md +++ b/Readme.md @@ -12,7 +12,7 @@ It is designed to be safe and easy to use: ``` [dependencies] -cursive = "0.0.4" +cursive = "0.1" ``` Or to use the latest git version: