From 3fe8fc3dc024cf46c25223ce3f8fb7bcbfb15547 Mon Sep 17 00:00:00 2001 From: Sam Scott Date: Wed, 23 Jan 2019 11:15:25 -0500 Subject: Bump version to update docs. --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 349ecec..3248bea 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.3" +version = "0.4.4" [badges] diff --git a/README.md b/README.md index 2fdfa25..f29d0bd 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.4.3" +serde_qs = "0.4" ``` [crates.io]: https://crates.io/crates/serde_qs -- cgit v1.2.3