From d173282f1f76bd2139891b25718725e6e87635bf Mon Sep 17 00:00:00 2001 From: Edward Barnard Date: Thu, 4 May 2017 21:07:17 +0100 Subject: Update version post publish. --- Cargo.toml | 4 ++-- 1 file 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 "] 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" -- cgit v1.2.3