Skip to content

Commit

Permalink
Bump to version 1.4.3
Browse files Browse the repository at this point in the history
- Fixed bug preventing Emby from using xmltv file, timezone was
formatted wrong in program start / stop times.
  • Loading branch information
tarkah committed Dec 11, 2019
1 parent 6b0cf3a commit 6fac647
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lazystream"
version = "1.4.2"
version = "1.4.3"
authors = ["tarkah <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Easily get LazyMan stream links, output directly or to m3u / xmltv formats.
```
❯ lazystream --help
lazystream 1.4.2
lazystream 1.4.3
tarkah <[email protected]>
Easily get LazyMan stream links, output directly or to m3u / xmltv formats.
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ mod normal;
mod opt;
mod playlist;

const VERSION: &str = "1.4.2";
const VERSION: &str = "1.4.3";
const HOST: &str = "http://nhl.freegamez.ga";
const BANNER: &str = r#"
| \ __ /\ \ / ___|__ __| _ \ ____| \ \ |
Expand Down

0 comments on commit 6fac647

Please sign in to comment.