diff options
author | Anthony Ramine <n.oxyde@gmail.com> | 2017-01-28 17:12:19 +0100 |
---|---|---|
committer | Anthony Ramine <n.oxyde@gmail.com> | 2017-01-29 10:25:43 +0100 |
commit | 3e9ebe4fd7428da26dd75e2cc6e5025c847c99e6 (patch) | |
tree | 49a0fc14c3ed50947c2d2f771998cdf38c3948a2 /README.md | |
parent | fba478f827f549a17daa1aa3d8fe7b6d39967d30 (diff) |
Bump version to 0.4.0
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -18,7 +18,7 @@ This crate works with Cargo and can be found on ```toml [dependencies] -serde_urlencoded = "0.2.1" +serde_urlencoded = "0.4.0" ``` [crates.io]: https://crates.io/crates/serde_urlencoded @@ -34,7 +34,7 @@ issues](https://github.com/nox/serde_urlencoded/issues/new) as well. ## License -Serde is licensed under either of +serde_urlencoded is licensed under either of * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0) @@ -46,5 +46,5 @@ at your option. ### Contribution 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 -dual licensed as above, without any additional terms or conditions. +for inclusion in serde_urlencoded by you, as defined in the Apache-2.0 license, +shall be dual licensed as above, without any additional terms or conditions. |