From c51b8e3c5491c88c8dd97a0d75f3449161bc49dd Mon Sep 17 00:00:00 2001 From: Cory Forsstrom Date: Fri, 28 Feb 2020 10:25:16 -0800 Subject: [PATCH] Bump to version 1.9.5 - Quality `--quality` setting is now used in the `cast`, `record` and `play` subcommands --- 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 787bfba..030f1c1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -555,7 +555,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "lazystream" -version = "1.9.4" +version = "1.9.5" dependencies = [ "async-std 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 496a1fc..5e159d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lazystream" -version = "1.9.4" +version = "1.9.5" authors = ["tarkah "] edition = "2018" diff --git a/README.md b/README.md index 4c5e1f7..f6cdad7 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Easily get LazyMan stream links, output directly or to m3u / xmltv formats. Stre ``` ❯ lazystream --help -lazystream 1.9.4 +lazystream 1.9.5 tarkah Easily get LazyMan stream links, output directly or to m3u / xmltv formats. Streams can also be recorded or casted.