Skip to content

Commit

Permalink
Version bump 0.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
illegalprime committed May 19, 2017
1 parent 7fc8b48 commit 7435863
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.19.1"
version = "0.19.2"
authors = ["cyderize <[email protected]>", "Michael Eden <[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.19.1"
websocket = "0.19.2"
```

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

0 comments on commit 7435863

Please sign in to comment.