aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdward Barnard2017-08-21 20:40:07 +0100
committerEdward Barnard2017-08-21 20:40:30 +0100
commitbb7ec92d0ef7b7b71858d570062146c6dec32d5c (patch)
tree360651932230c3d20ca2b4366d22845636137777
parent2425d2d89db4b131ab35b7a64957c684627e0232 (diff)
downloadrust-plist-bb7ec92d0ef7b7b71858d570062146c6dec32d5c.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 cea2b56..6d618b6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"