diff options
| author | Edward Barnard | 2017-03-03 14:08:01 +0000 |
|---|---|---|
| committer | Edward Barnard | 2017-03-03 14:08:01 +0000 |
| commit | eaf7808bc563b281aadd412b6f868d4c8124b43c (patch) | |
| tree | b985d61c3e3e6a0fffe54812360c1c61a29561fc | |
| parent | f7c3d0d0875e1e3c2b2b317581416e5c389197dd (diff) | |
| download | rust-plist-eaf7808bc563b281aadd412b6f868d4c8124b43c.tar.bz2 | |
Bump version post publish.
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,11 +1,11 @@ [package] name = "plist" -version = "0.1.2" +version = "0.1.3" authors = ["Ed Barnard <eabarnard@gmail.com>"] description = "A rusty plist parser. Supports Serde serialization." license = "MIT" repository = "https://github.com/ebarnard/rust-plist/" -documentation = "https://docs.rs/plist/0.1.2/plist/" +documentation = "https://docs.rs/plist/0.1.3/plist/" keywords = ["plist", "parser"] build = "build.rs" |
