aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdward Barnard2017-05-04 21:07:17 +0100
committerEdward Barnard2017-05-04 21:07:17 +0100
commitd173282f1f76bd2139891b25718725e6e87635bf (patch)
tree71ad2848975cb7c7b413eb33b5de1b20429d03c4
parentfd291c8295777de7242ed9646039e9a727af5489 (diff)
downloadrust-plist-d173282f1f76bd2139891b25718725e6e87635bf.tar.bz2
Update version post publish.
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index dc0cba7..8196aaa 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,11 +1,11 @@
[package]
name = "plist"
-version = "0.2.1"
+version = "0.2.2"
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.1/plist/"
+documentation = "https://docs.rs/plist/0.2.2/plist/"
keywords = ["plist", "parser"]
build = "build.rs"