Skip to content

Commit 3598127

Browse files
committed
1.0.0 -> 1.1.0
1 parent ffe8bb5 commit 3598127

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "preferences"
3-
version = "1.0.0"
3+
version = "1.1.0"
44
authors = ["Andy Barron <AndrewLBarron@gmail.com>"]
55

66
description = "Read and write user-specific application data (in stable Rust)"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ https://docs.rs/preferences
1111
## Installation
1212
Add the following to your `Cargo.toml`:
1313

14-
`preferences = "^1.0.0"`
14+
`preferences = "^1.1.0"`

0 commit comments

Comments
 (0)