Skip to content

Commit

Permalink
Bump to version 0.8.1
Browse files Browse the repository at this point in the history
- Fix websocket server panicing on windows
  • Loading branch information
tarkah committed Jan 27, 2020
1 parent 796f556 commit 232fd58
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 = "karaoke-rs"
version = "0.8.0"
version = "0.8.1"
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 @@ -49,7 +49,7 @@ cargo build --release

# CLI Arguments
```
karoake-rs 0.8.0
karoake-rs 0.8.1
tarkah <[email protected]>
A simple, network enabled karaoke player in Rust
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ fn run() -> Result<(), Error> {

fn get_config() -> Result<Config, failure::Error> {
let matches = App::new("karoake-rs")
.version("0.8.0")
.version("0.8.1")
.author("tarkah <[email protected]>")
.about("A simple, network enabled karaoke player in Rust")
.arg(
Expand Down

0 comments on commit 232fd58

Please sign in to comment.