From c910d0b34b095419701722a6a454876cb052080d Mon Sep 17 00:00:00 2001 From: Cory Forsstrom Date: Thu, 5 Mar 2020 16:56:55 -0800 Subject: [PATCH] Bump to version 0.10.0 - Web player now prompts user when user input is needed (Chrome) in order to start playing audio. A prompt is also created if a song is queued that can't be decoded. - A bunch of internal changes / bug fixes on the web player. Should be a much more stable experience. --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ea1035c..c3c4cc6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1474,7 +1474,7 @@ dependencies = [ [[package]] name = "karaoke-rs" -version = "0.9.2" +version = "0.10.0" dependencies = [ "actix-files", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index 96ce7c6..1a4aa91 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "karaoke-rs" -version = "0.9.2" +version = "0.10.0" authors = ["tarkah "] edition = "2018" diff --git a/README.md b/README.md index fe8297a..a00ef27 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ cargo build --release # CLI Arguments ``` -karoake-rs 0.9.2 +karoake-rs 0.10.0 tarkah A simple, network enabled karaoke player in Rust