aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdward Barnard2015-12-26 19:47:58 +0000
committerEdward Barnard2015-12-26 19:47:58 +0000
commit168a0ddf125fdd911a2bddf9600a440d682df2f2 (patch)
treed3897bb6133f54df5a6dbec103ba502caadace27
parent43bdec703807a32a22162e86878366d6898f7a7c (diff)
downloadrust-plist-168a0ddf125fdd911a2bddf9600a440d682df2f2.tar.bz2
Bump version
-rw-r--r--Cargo.toml2
-rw-r--r--src/lib.rs2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4b03b32..bac496b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "plist"
-version = "0.0.11"
+version = "0.0.12"
authors = ["Ed Barnard <eabarnard@gmail.com>"]
description = "A rusty plist parser. Very much a work in progress."
license = "MIT"
diff --git a/src/lib.rs b/src/lib.rs
index a5d0819..ccdf5c6 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -8,7 +8,7 @@
//!
//! ```toml
//! [dependencies]
-//! plist = "0.0.11"
+//! plist = "0.0.12"
//! ```
//!
//! And put this in your crate root: