Bump version to 0.4.0

This commit is contained in:
Alexandre Bury 2017-01-23 22:55:06 -08:00
parent d7eaa5a086
commit 146a532df0
2 changed files with 2 additions and 2 deletions

View File

@ -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" }

View File

@ -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: