aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdward Barnard2017-02-22 10:29:48 +0000
committerEdward Barnard2017-02-22 10:29:48 +0000
commit62572f340660495aa075f6da75df9373e5fdd947 (patch)
treee0f83ab844e086b5df7f9fe495a83c13824ab369
parentba0703033773605c2bcb06ee31014550d064c8d7 (diff)
downloadrust-plist-0.1.1.tar.bz2
Bump version for publish.v0.1.1
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5fb19d7..55e548f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,11 +1,11 @@
[package]
name = "plist"
-version = "0.1.0"
+version = "0.1.1"
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.0/plist/"
+documentation = "https://docs.rs/plist/0.1.1/plist/"
keywords = ["plist", "parser"]
build = "build.rs"