From 44e76e8d788b5d889ab9f3bec890a99ae85ce4ba Mon Sep 17 00:00:00 2001 From: Sam Scott Date: Mon, 10 Jun 2019 13:51:08 -0400 Subject: Bump version number. --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 69b0904..2d250f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT/Apache-2.0" name = "serde_qs" repository = "https://github.com/samscott89/serde_qs" readme = "README.md" -version = "0.4.6" +version = "0.5.0" [badges] diff --git a/README.md b/README.md index e671ef2..df7a1a8 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ This crate works with Cargo and can be found on ```toml [dependencies] -serde_qs = "0.4" +serde_qs = "0.5" ``` [crates.io]: https://crates.io/crates/serde_qs -- cgit v1.2.3