From 359812746ad78aa981942c5b0b45959c164e59b3 Mon Sep 17 00:00:00 2001 From: Andy Barron Date: Wed, 15 Feb 2017 21:01:35 -0800 Subject: [PATCH] 1.0.0 -> 1.1.0 --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"`