diff options
| author | Edward Barnard | 2017-02-22 10:29:48 +0000 |
|---|---|---|
| committer | Edward Barnard | 2017-02-22 10:29:48 +0000 |
| commit | 62572f340660495aa075f6da75df9373e5fdd947 (patch) | |
| tree | e0f83ab844e086b5df7f9fe495a83c13824ab369 | |
| parent | ba0703033773605c2bcb06ee31014550d064c8d7 (diff) | |
| download | rust-plist-0.1.1.tar.bz2 | |
Bump version for publish.v0.1.1
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,11 +1,11 @@ [package] name = "plist" -version = "0.1.0" +version = "0.1.1" 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.0/plist/" +documentation = "https://docs.rs/plist/0.1.1/plist/" keywords = ["plist", "parser"] build = "build.rs" |
