diff --git a/Cargo.toml b/Cargo.toml index 78a956f5..ce04c6e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "encoding" -version = "0.2.31" +version = "0.2.32" authors = ["Kang Seonghoon "] description = "Character encoding support for Rust" diff --git a/README.md b/README.md index dcb2b80e..75af89e5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[Encoding][doc] 0.2.31 +[Encoding][doc] 0.2.32 ====================== [![Encoding on Travis CI][travis-image]][travis] @@ -27,7 +27,7 @@ Or in the case you are using Rust 1.0 beta, pin the exact version: ```toml [dependencies] -encoding = "=0.2.31" +encoding = "=0.2.32" ``` Then put this in your crate root: diff --git a/src/lib.rs b/src/lib.rs index e93993ad..0d88ad95 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -4,7 +4,7 @@ /*! -# Encoding 0.2.31 +# Encoding 0.2.32 Character encoding support for Rust. (also known as `rust-encoding`) It is based on [WHATWG Encoding Standard](http://encoding.spec.whatwg.org/), @@ -23,7 +23,7 @@ Or in the case you are using Rust 1.0 beta, pin the exact version: ```toml [dependencies] -encoding = "=0.2.31" +encoding = "=0.2.32" ``` Then put this in your crate root: