From adf4b7bb1c6f21ea708d9430781408f17fd1fb9d Mon Sep 17 00:00:00 2001 From: Ivan Bushchik Date: Sat, 13 Jul 2024 22:22:27 +0300 Subject: [PATCH] Bump lonelyradio and monoclient to 0.6.1 Signed-off-by: Ivan Bushchik --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- README.md | 6 +++--- monoclient/Cargo.toml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5c3fb41..9e538aa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2866,7 +2866,7 @@ checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" [[package]] name = "lonelyradio" -version = "0.6.0" +version = "0.6.1" dependencies = [ "async-stream", "cc", @@ -3077,7 +3077,7 @@ dependencies = [ [[package]] name = "monoclient" -version = "0.6.0" +version = "0.6.1" dependencies = [ "clap", "crossterm", diff --git a/Cargo.toml b/Cargo.toml index 4c9ff51..943e991 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ members = [ [package] name = "lonelyradio" description = "TCP radio for lonely ones" -version = "0.6.0" +version = "0.6.1" edition = "2021" license = "MIT" authors = ["Ivan Bushchik "] diff --git a/README.md b/README.md index 425ff71..7b07175 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Optionally transcodes audio into and from FLAC using [flacenc-rs](https://github ## Install server ```shell -cargo install --git https://github.com/ivabus/lonelyradio --tag 0.6.0 lonelyradio +cargo install --git https://github.com/ivabus/lonelyradio --tag 0.6.1 lonelyradio ``` ## Run @@ -41,7 +41,7 @@ Look into `--help` for detailed info ##### Install ```shell -cargo install --git https://github.com/ivabus/lonelyradio --tag 0.6.0 monoclient-s +cargo install --git https://github.com/ivabus/lonelyradio --tag 0.6.1 monoclient-s ``` You may need to install some dependencies for Slint. @@ -67,7 +67,7 @@ monoclient : ##### Install monoclient ```shell -cargo install --git https://github.com/ivabus/lonelyradio --tag 0.6.0 monoclient +cargo install --git https://github.com/ivabus/lonelyradio --tag 0.6.1 monoclient ``` # Other things diff --git a/monoclient/Cargo.toml b/monoclient/Cargo.toml index a382a77..d07c2bb 100644 --- a/monoclient/Cargo.toml +++ b/monoclient/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "monoclient" license = "MIT" -version = "0.6.0" +version = "0.6.1" edition = "2021" authors = ["Ivan Bushchik "] repository = "https://github.com/ivabus/lonelyradio"