Skip to content

Commit

Permalink
0.7.1 -> 0.7.2, update docs link to docs.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
andybarron committed Oct 29, 2016
1 parent d02d781 commit debb0c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
name = "preferences"
version = "0.7.1"
version = "0.7.2"
authors = ["Andy Barron <AndrewLBarron@gmail.com>"]

description = "Read and write user-specific application data (in stable Rust)"
documentation = "https://andybarron.github.io/preferences-rs"
documentation = "https://docs.rs/preferences-rs"
repository = "https://github.com/AndyBarron/preferences-rs"
readme = "README.md"
keywords = ["preferences", "user", "data", "persistent", "storage"]
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 @@ _Read and write user-specific application data in Rust_
## Installation
Add the following to your `Cargo.toml`:

`preferences = "^0.7.1"`
`preferences = "^0.7.2"`

0 comments on commit debb0c8

Please sign in to comment.