From 168a0ddf125fdd911a2bddf9600a440d682df2f2 Mon Sep 17 00:00:00 2001 From: Edward Barnard Date: Sat, 26 Dec 2015 19:47:58 +0000 Subject: Bump version --- Cargo.toml | 2 +- src/lib.rs | 2 +- 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 "] 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: -- cgit v1.2.3