diff options
| author | Edward Barnard | 2017-08-21 20:40:07 +0100 | 
|---|---|---|
| committer | Edward Barnard | 2017-08-21 20:40:30 +0100 | 
| commit | bb7ec92d0ef7b7b71858d570062146c6dec32d5c (patch) | |
| tree | 360651932230c3d20ca2b4366d22845636137777 | |
| parent | 2425d2d89db4b131ab35b7a64957c684627e0232 (diff) | |
| download | rust-plist-bb7ec92d0ef7b7b71858d570062146c6dec32d5c.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.3" +version = "0.2.4"  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.3/plist/" +documentation = "https://docs.rs/plist/0.2.4/plist/"  keywords = ["plist", "parser"]  build = "build.rs" | 
