Skip to content

Commit

Permalink
Bump to beta 2 for development
Browse files Browse the repository at this point in the history
lawliet89 committed Mar 18, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 00e1399 commit b5cb16c
Showing 3 changed files with 4 additions and 4 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.5.0-beta-1"
version = "0.5.0-beta-2"
license = "MIT/Apache-2.0"
authors = ["Yong Wen Chua <[email protected]>"]
description = "Cross-origin resource sharing (CORS) for Rocket.rs applications"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@ work, but they are subject to the minimum that Rocket sets.
Add the following to Cargo.toml:

```toml
rocket_cors = "0.5.0-beta-1"
rocket_cors = "0.5.0-beta-2"
```

To use the latest `master` branch, for example:
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@ might work, but they are subject to the minimum that Rocket sets.
Add the following to Cargo.toml:
```toml
rocket_cors = "0.5.0-beta-1"
rocket_cors = "0.5.0-beta-2"
```
To use the latest `master` branch, for example:
@@ -45,7 +45,7 @@ the [`CorsOptions`] struct that is described below. If you would like to disable
change your `Cargo.toml` to:
```toml
rocket_cors = { version = "0.5.0-beta-1", default-features = false }
rocket_cors = { version = "0.5.0-beta-2", default-features = false }
```
## Usage

0 comments on commit b5cb16c

Please sign in to comment.