diff options
| author | Edward Barnard | 2017-05-03 13:24:54 +0100 | 
|---|---|---|
| committer | Edward Barnard | 2017-05-03 13:24:54 +0100 | 
| commit | 9581214eb7d73de2a5b9e25a7c314ac91412e231 (patch) | |
| tree | 03bc5a2dc5cf1c28689a4b0d3e894e101a5c7f84 | |
| parent | 29248dcf3e8e1798b09967583fffed95a8856380 (diff) | |
| download | rust-plist-9581214eb7d73de2a5b9e25a7c314ac91412e231.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.2.0" +version = "0.2.1"  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.2.0/plist/" +documentation = "https://docs.rs/plist/0.2.1/plist/"  keywords = ["plist", "parser"]  build = "build.rs" | 
