aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdward Barnard2016-09-06 21:16:20 +0100
committerEdward Barnard2016-09-06 21:16:20 +0100
commit2ff847509e9de66b277583e5c20483e25ef271e9 (patch)
treed1d3ade9150841084e5d5fef2598671f0dd77623
parenteffd194f6e81a8f0cb00e03914764353f67f8b32 (diff)
downloadrust-plist-2ff847509e9de66b277583e5c20483e25ef271e9.tar.bz2
Bump version
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 98bb510..5d1cda2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "plist"
-version = "0.0.13"
+version = "0.0.14"
authors = ["Ed Barnard <eabarnard@gmail.com>"]
description = "A rusty plist parser. Very much a work in progress."
license = "MIT"