From 5a903f9dbae3815e7f82af4c6546f60192b4e7f7 Mon Sep 17 00:00:00 2001 From: Cory Forsstrom Date: Thu, 5 Mar 2020 11:33:14 -0800 Subject: [PATCH] Bump to version 1.9.8 - XMLTV, Create records for ALL games scheduled for the day, even if the stream doesn't exist yet. - XMLTV, Update programme start time to be accurate --- 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 3ac4256..71d8c9e 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.7" +version = "1.9.8" 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 19f3674..cdfd57f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lazystream" -version = "1.9.7" +version = "1.9.8" authors = ["tarkah "] edition = "2018" diff --git a/README.md b/README.md index d177a39..a39101d 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Easily get LazyMan stream links, output directly or to m3u / xmltv formats. Stre ``` ❯ lazystream --help -lazystream 1.9.7 +lazystream 1.9.8 tarkah Easily get LazyMan stream links, output directly or to m3u / xmltv formats. Streams can also be recorded or casted.