Skip to content

Commit

Permalink
v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lawliet89 committed Jul 19, 2017
1 parent 0a94dfe commit a5f54c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rocket_cors"
version = "0.1.2"
version = "0.1.3"
license = "Apache-2.0"
authors = ["Yong Wen Chua <[email protected]>"]
build = "build.rs"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a5f54c7

Please sign in to comment.