From 20206378e0e9e950ec8997490d6e3cee101cd3da Mon Sep 17 00:00:00 2001 From: Dominik Nakamura Date: Mon, 5 Sep 2022 22:20:51 +0900 Subject: [PATCH] Bump up version number to 0.10.0-beta.3 --- Cargo.toml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f8a190b..0fdd20f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "obws" -version = "0.10.0-beta.2" +version = "0.10.0-beta.3" authors = ["Dominik Nakamura "] edition = "2021" rust-version = "1.61" diff --git a/README.md b/README.md index 510cede..0035fa6 100644 --- a/README.md +++ b/README.md @@ -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