Skip to content

Commit

Permalink
Bump version to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gyscos committed Mar 11, 2019
1 parent 91a78f4 commit 0ec1a77
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Next version (0.11.0)
## 0.11.0

### Breaking changes

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "MIT"
name = "cursive"
readme = "Readme.md"
repository = "https://github.com/gyscos/Cursive"
version = "0.10.1-alpha.0"
version = "0.11.0"
edition = "2018"

[badges.travis-ci]
Expand Down
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ It is designed to be safe and easy to use:

```toml
[dependencies]
cursive = "0.10"
cursive = "0.11"
```

Or to use the latest git version:
Expand Down

0 comments on commit 0ec1a77

Please sign in to comment.