diff options
| author | Edward Barnard | 2017-02-22 10:31:38 +0000 |
|---|---|---|
| committer | Edward Barnard | 2017-02-22 10:31:38 +0000 |
| commit | 48f13a09ef708233906a53410bd927df03660394 (patch) | |
| tree | 92b3cb66b2b939c81c7c8232d2223710c6b0298f | |
| parent | 62572f340660495aa075f6da75df9373e5fdd947 (diff) | |
| download | rust-plist-48f13a09ef708233906a53410bd927df03660394.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.1" +version = "0.1.2" 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.1.1/plist/" +documentation = "https://docs.rs/plist/0.1.2/plist/" keywords = ["plist", "parser"] build = "build.rs" |
