diff options
| author | Edward Barnard | 2016-12-24 08:54:22 +0100 |
|---|---|---|
| committer | Edward Barnard | 2016-12-24 08:54:22 +0100 |
| commit | c2a9437a8085e420bef1c9c4b41c5e8107085760 (patch) | |
| tree | 4270510e521f2cb488190f75fd22767110ae98bc | |
| parent | 822edd92143d95edc844556967fe28039262384a (diff) | |
| download | rust-plist-c2a9437a8085e420bef1c9c4b41c5e8107085760.tar.bz2 | |
Bump version.
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,11 +1,11 @@ [package] name = "plist" -version = "0.0.15" +version = "0.0.16" authors = ["Ed Barnard <eabarnard@gmail.com>"] description = "A rusty plist parser. Very much a work in progress." license = "MIT" repository = "https://github.com/ebarnard/rust-plist/" -documentation = "https://docs.rs/plist/0.0.15/plist/" +documentation = "https://docs.rs/plist/0.0.16/plist/" keywords = ["plist", "parser"] build = "build.rs" |
