diff options
| author | Edward Barnard | 2017-11-21 16:33:01 +0000 | 
|---|---|---|
| committer | Edward Barnard | 2017-11-21 16:33:01 +0000 | 
| commit | 2c3744d525f8bfa13690981e6dc72bd89e15135f (patch) | |
| tree | 23c2b4d4c5a592ce70d8cc61a7f1f6bbc3c5a88d | |
| parent | a00b14c1490eb1eac10c7b862f5898cf8553d0bd (diff) | |
| download | rust-plist-2c3744d525f8bfa13690981e6dc72bd89e15135f.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.4" +version = "0.2.5"  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.4/plist/" +documentation = "https://docs.rs/plist/0.2.5/plist/"  keywords = ["plist", "parser"]  build = "build.rs" | 
