aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdward Barnard2016-12-24 08:54:22 +0100
committerEdward Barnard2016-12-24 08:54:22 +0100
commitc2a9437a8085e420bef1c9c4b41c5e8107085760 (patch)
tree4270510e521f2cb488190f75fd22767110ae98bc
parent822edd92143d95edc844556967fe28039262384a (diff)
downloadrust-plist-c2a9437a8085e420bef1c9c4b41c5e8107085760.tar.bz2
Bump version.
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e96a733..03a63cb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,11 +1,11 @@
[package]
name = "plist"
-version = "0.0.15"
+version = "0.0.16"
authors = ["Ed Barnard <eabarnard@gmail.com>"]
description = "A rusty plist parser. Very much a work in progress."
license = "MIT"
repository = "https://github.com/ebarnard/rust-plist/"
-documentation = "https://docs.rs/plist/0.0.15/plist/"
+documentation = "https://docs.rs/plist/0.0.16/plist/"
keywords = ["plist", "parser"]
build = "build.rs"