Skip to content

Commit

Permalink
Bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andybarron committed Mar 9, 2016
1 parent 71fe985 commit 3b906a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "preferences"
version = "0.3.0"
version = "0.4.0"
authors = ["Andy Barron <AndrewLBarron@gmail.com>"]

description = "Read and write user-specific application data (in stable Rust)"
Expand All @@ -11,6 +11,7 @@ keywords = ["preferences", "user", "data", "persistent", "storage"]
license = "MIT"

[dependencies]
# TODO conditional dependencies once Rust 1.8.0 hits stable
rustc-serialize = "^0.3.18"
winapi = "^0.2.5"
ole32-sys = "^0.2.0"
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.3.0"`
`preferences = "^0.4.0"`

0 comments on commit 3b906a5

Please sign in to comment.