Skip to content

Commit

Permalink
Bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Suvish Varghese Thoovamalayil committed Jun 3, 2017
1 parent 2652eae commit 53f9f18
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gcm"
version = "0.1.6"
version = "0.2.0"
authors = ["Suvish Varghese Thoovamalayil <[email protected]>"]
description = "An API to talk to GCM (Google Cloud Messaging) in Rust"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Add this to `Cargo.toml`:

```rust
[dependencies]
gcm = "0.1.4"
gcm = "0.2.0"
```

then add this to your crate root:
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//!
//! ```ignore
//! [dependencies]
//! gcm = "0.1.4"
//! gcm = "0.2.0"
//! ```
//!
//! then add this to your crate root:
Expand Down

0 comments on commit 53f9f18

Please sign in to comment.