From a5f54c72cfa323cad5158172d8a764fb82329e8e Mon Sep 17 00:00:00 2001 From: Yong Wen Chua Date: Wed, 19 Jul 2017 12:28:33 +0800 Subject: [PATCH] v0.1.3 --- Cargo.toml | 2 +- README.md | 2 +- src/lib.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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: