diff --git a/Cargo.toml b/Cargo.toml index ab4c072..f7b89b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rocket_cors" -version = "0.1.2" +version = "0.1.3" license = "Apache-2.0" authors = ["Yong Wen Chua "] build = "build.rs" diff --git a/README.md b/README.md index 9feab5c..b08bd0b 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ might work, but it's not guaranteed. Add the following to Cargo.toml: ```toml -rocket_cors = "0.1.2" +rocket_cors = "0.1.3" ``` To use the latest `master` branch, for example: diff --git a/src/lib.rs b/src/lib.rs index 9d86b88..1e6f513 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -27,7 +27,7 @@ //! Add the following to Cargo.toml: //! //! ```toml -//! rocket_cors = "0.1.2" +//! rocket_cors = "0.1.3" //! ``` //! //! To use the latest `master` branch, for example: