summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml2
-rw-r--r--README.md2
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 <n.oxyde@gmail.com>"]
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