We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffe8bb5 commit 3598127Copy full SHA for 3598127
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "preferences"
3
-version = "1.0.0"
+version = "1.1.0"
4
authors = ["Andy Barron <AndrewLBarron@gmail.com>"]
5
6
description = "Read and write user-specific application data (in stable Rust)"
README.md
@@ -11,4 +11,4 @@ https://docs.rs/preferences
11
## Installation
12
Add the following to your `Cargo.toml`:
13
14
-`preferences = "^1.0.0"`
+`preferences = "^1.1.0"`
0 commit comments