aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdward Barnard2016-06-19 18:36:15 +0100
committerEdward Barnard2016-06-19 18:36:15 +0100
commit7865403e05b866b4333199de16210e9d952e3a1a (patch)
treef5a2cbb6d282eb6997a6cb1aa6a685e74db3e80f
parentd7e30166bc55f81b8c3391915c201af7dca0ce44 (diff)
downloadrust-plist-7865403e05b866b4333199de16210e9d952e3a1a.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 1ce1757..0c96add 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "plist"
-version = "0.0.12"
+version = "0.0.13"
authors = ["Ed Barnard <eabarnard@gmail.com>"]
description = "A rusty plist parser. Very much a work in progress."
license = "MIT"