Skip to content

Commit

Permalink
1.0.0 -> 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andybarron committed Feb 16, 2017
1 parent ffe8bb5 commit 3598127
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "preferences"
version = "1.0.0"
version = "1.1.0"
authors = ["Andy Barron <[email protected]>"]

description = "Read and write user-specific application data (in stable Rust)"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ https://docs.rs/preferences
## Installation
Add the following to your `Cargo.toml`:

`preferences = "^1.0.0"`
`preferences = "^1.1.0"`

0 comments on commit 3598127

Please sign in to comment.