aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdward Barnard2017-05-03 13:24:54 +0100
committerEdward Barnard2017-05-03 13:24:54 +0100
commit9581214eb7d73de2a5b9e25a7c314ac91412e231 (patch)
tree03bc5a2dc5cf1c28689a4b0d3e894e101a5c7f84
parent29248dcf3e8e1798b09967583fffed95a8856380 (diff)
downloadrust-plist-9581214eb7d73de2a5b9e25a7c314ac91412e231.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 2aa95cd..dc0cba7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,11 +1,11 @@
[package]
name = "plist"
-version = "0.2.0"
+version = "0.2.1"
authors = ["Ed Barnard <eabarnard@gmail.com>"]
description = "A rusty plist parser. Supports Serde serialization."
license = "MIT"
repository = "https://github.com/ebarnard/rust-plist/"
-documentation = "https://docs.rs/plist/0.2.0/plist/"
+documentation = "https://docs.rs/plist/0.2.1/plist/"
keywords = ["plist", "parser"]
build = "build.rs"