From a9ba2e0110fcadc65c0930f8e4d5c15e5a380a32 Mon Sep 17 00:00:00 2001 From: Sam Scott Date: Tue, 25 Apr 2017 11:15:15 +0100 Subject: Bump version to 0.1. Some features seem to be stabilising a little, but still needs more testing etc. --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index cb99da4..28071a3 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.0.2" +version = "0.1.0" [badges] diff --git a/README.md b/README.md index 03ec0d9..143d1b3 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.0.2" +serde_qs = "0.1.0" ``` [crates.io]: https://crates.io/crates/serde_qs -- cgit v1.2.3