Bump version to 0.4.0

This commit is contained in:
Anthony Ramine 2017-01-28 17:12:19 +01:00
parent fba478f827
commit 3e9ebe4fd7
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
[package] [package]
name = "serde_urlencoded" name = "serde_urlencoded"
version = "0.3.0" version = "0.4.0"
authors = ["Anthony Ramine <n.oxyde@gmail.com>"] authors = ["Anthony Ramine <n.oxyde@gmail.com>"]
license = "MIT/Apache-2.0" license = "MIT/Apache-2.0"
repository = "https://github.com/nox/serde_urlencoded" repository = "https://github.com/nox/serde_urlencoded"

View File

@ -18,7 +18,7 @@ This crate works with Cargo and can be found on
```toml ```toml
[dependencies] [dependencies]
serde_urlencoded = "0.2.1" serde_urlencoded = "0.4.0"
``` ```
[crates.io]: https://crates.io/crates/serde_urlencoded [crates.io]: https://crates.io/crates/serde_urlencoded
@ -34,7 +34,7 @@ issues](https://github.com/nox/serde_urlencoded/issues/new) as well.
## License ## License
Serde is licensed under either of serde_urlencoded is licensed under either of
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or
http://www.apache.org/licenses/LICENSE-2.0) http://www.apache.org/licenses/LICENSE-2.0)
@ -46,5 +46,5 @@ at your option.
### Contribution ### Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in Serde by you, as defined in the Apache-2.0 license, shall be for inclusion in serde_urlencoded by you, as defined in the Apache-2.0 license,
dual licensed as above, without any additional terms or conditions. shall be dual licensed as above, without any additional terms or conditions.