Skip to content

Commit

Permalink
Update Docs link and bump to 0.1.1
Browse files Browse the repository at this point in the history
docs.rs cannot build nightly documentation
  • Loading branch information
lawliet89 committed Jul 18, 2017
1 parent 8fc8fef commit 539157e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = "rocket_cors"
version = "0.1.0"
version = "0.1.1"
license = "Apache-2.0"
authors = ["Yong Wen Chua <[email protected]>"]
build = "build.rs"
description = "Cross-origin resource sharing (CORS) for Rocket.rs applications"
homepage = "https://github.com/lawliet89/rocket_cors"
repository = "https://github.com/lawliet89/rocket_cors"
documentation = "https://docs.rs/rocket_cors/"
documentation = "https://lawliet89.github.io/rocket_cors/"
keywords = ["rocket", "cors"]
categories = ["web-programming"]

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.0"
rocket_cors = "0.1.1"
```

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.0"
//! rocket_cors = "0.1.1"
//! ```
//!
//! To use the latest `master` branch, for example:
Expand Down

0 comments on commit 539157e

Please sign in to comment.