Skip to content

Commit 2063373

Browse files
committed
chore: update for release
1 parent 8b72b0c commit 2063373

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pusher-rs"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
edition = "2021"
55
authors = ["chmod77 <[email protected]>"]
66
description = "A bullet-proof Rust crate for interacting with the Pusher Channels HTTP/WS API"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Add this to your `Cargo.toml`:
2828

2929
```toml
3030
[dependencies]
31-
pusher-rs = "0.1.1"
31+
pusher-rs = "0.1.2"
3232
```
3333

3434
If you want to use a specific branch or commit, you can specify it like this:

0 commit comments

Comments
 (0)