aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdward Barnard2017-05-05 09:23:20 +0100
committerEdward Barnard2017-05-05 09:23:20 +0100
commitc23f0a0fc3ebb03b1425bc05d18a936f9e87833f (patch)
tree6df42e89835e5213ae5b268883a596550e4dfe1c
parentb1455ff265b563a3604f53f4c280fb485943c2c8 (diff)
downloadrust-plist-c23f0a0fc3ebb03b1425bc05d18a936f9e87833f.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 8196aaa..3efff4d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"