From c75cccbb0395060a1e2c11272a64e9fb09697cc0 Mon Sep 17 00:00:00 2001 From: Anthony Ramine Date: Mon, 19 Sep 2016 11:22:15 +0200 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 98a8992..6c5ceba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serde_urlencoded" -version = "0.2.0" +version = "0.2.1" authors = ["Anthony Ramine "] license = "MIT/Apache-2.0" repository = "https://github.com/nox/serde_urlencoded" diff --git a/README.md b/README.md index 0fa1aa3..2f0f178 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ This crate works with Cargo and can be found on ```toml [dependencies] -serde_urlencoded = "0.2" +serde_urlencoded = "0.2.1" ``` [crates.io]: https://crates.io/crates/serde_urlencoded -- cgit v1.2.3