From eb1675c31ed8bc85abb7613b0122192b74f36edd Mon Sep 17 00:00:00 2001 From: Sam Scott Date: Sun, 28 May 2017 23:01:04 +0100 Subject: Bump version to 0.2.1. --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e4f3af7..d34e75c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ keywords = ["serde", "serialization", "querystring"] license = "MIT/Apache-2.0" name = "serde_qs" repository = "https://github.com/samscott89/serde_qs" -version = "0.2.0" +version = "0.2.1" [badges] diff --git a/README.md b/README.md index 954eab4..a18c117 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ This crate works with Cargo and can be found on ```toml [dependencies] -serde_qs = "0.2.0" +serde_qs = "0.2.1" ``` [crates.io]: https://crates.io/crates/serde_qs -- cgit v1.2.3