diff options
| author | Edward Barnard | 2017-05-05 09:23:20 +0100 | 
|---|---|---|
| committer | Edward Barnard | 2017-05-05 09:23:20 +0100 | 
| commit | c23f0a0fc3ebb03b1425bc05d18a936f9e87833f (patch) | |
| tree | 6df42e89835e5213ae5b268883a596550e4dfe1c | |
| parent | b1455ff265b563a3604f53f4c280fb485943c2c8 (diff) | |
| download | rust-plist-c23f0a0fc3ebb03b1425bc05d18a936f9e87833f.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.2" +version = "0.2.3"  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.2/plist/" +documentation = "https://docs.rs/plist/0.2.3/plist/"  keywords = ["plist", "parser"]  build = "build.rs" | 
