Bump up version number to 0.10.0-beta.3

pull/26/head v0.10.0-beta.3
Dominik Nakamura 2 years ago
parent 85e00857c5
commit 20206378e0
No known key found for this signature in database
GPG Key ID: E4C6A749B2491910

@ -1,6 +1,6 @@
[package]
name = "obws"
version = "0.10.0-beta.2"
version = "0.10.0-beta.3"
authors = ["Dominik Nakamura <dnaka91@gmail.com>"]
edition = "2021"
rust-version = "1.61"

@ -20,12 +20,12 @@ Remote control OBS with the [obs-websocket] plugin from Rust 🦀.
## Usage
Add `obws` to your project with `cargo add obws@0.10.0-beta.2` or add it manually to your
Add `obws` to your project with `cargo add obws@0.10.0-beta.3` or add it manually to your
`Cargo.toml`:
```toml
[dependencies]
obws = "0.10.0-beta.2"
obws = "0.10.0-beta.3"
```
In addition, you will need to use the latest [tokio](https://tokio.rs) runtime to use this library

Loading…
Cancel
Save