Skip to content

Commit

Permalink
Version 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cyderize committed Dec 28, 2015
1 parent 95904b6 commit 020bb89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "websocket"
version = "0.14.0"
version = "0.15.0"
authors = ["cyderize <[email protected]>"]

description = "A WebSocket (RFC6455) library for Rust."
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Rust-WebSocket provides a framework for dealing with WebSocket connections (both
To add a library release version from [crates.io](https://crates.io/crates/websocket) to a Cargo project, add this to the 'dependencies' section of your Cargo.toml:

```INI
websocket = "0.14.0"
websocket = "0.15.0"
```

To add the library's Git repository to a Cargo project, add this to your Cargo.toml:
Expand Down

0 comments on commit 020bb89

Please sign in to comment.