aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdward Barnard2017-11-21 16:33:01 +0000
committerEdward Barnard2017-11-21 16:33:01 +0000
commit2c3744d525f8bfa13690981e6dc72bd89e15135f (patch)
tree23c2b4d4c5a592ce70d8cc61a7f1f6bbc3c5a88d
parenta00b14c1490eb1eac10c7b862f5898cf8553d0bd (diff)
downloadrust-plist-2c3744d525f8bfa13690981e6dc72bd89e15135f.tar.bz2
Bump version post publish.
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7b70702..8ed7c46 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"