aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdward Barnard2017-02-22 10:31:38 +0000
committerEdward Barnard2017-02-22 10:31:38 +0000
commit48f13a09ef708233906a53410bd927df03660394 (patch)
tree92b3cb66b2b939c81c7c8232d2223710c6b0298f
parent62572f340660495aa075f6da75df9373e5fdd947 (diff)
downloadrust-plist-48f13a09ef708233906a53410bd927df03660394.tar.bz2
Bump version post publish.
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 55e548f..229d2ae 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,11 +1,11 @@
[package]
name = "plist"
-version = "0.1.1"
+version = "0.1.2"
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.1.1/plist/"
+documentation = "https://docs.rs/plist/0.1.2/plist/"
keywords = ["plist", "parser"]
build = "build.rs"