diff --git a/Cargo.toml b/Cargo.toml index 7d1f917..5adef25 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "preferences" -version = "1.0.0" +version = "1.1.0" authors = ["Andy Barron "] description = "Read and write user-specific application data (in stable Rust)" diff --git a/README.md b/README.md index f20795c..2d70c9d 100644 --- a/README.md +++ b/README.md @@ -11,4 +11,4 @@ https://docs.rs/preferences ## Installation Add the following to your `Cargo.toml`: -`preferences = "^1.0.0"` +`preferences = "^1.1.0"`