Skip to content

Commit

Permalink
Bump to version 0.11.0
Browse files Browse the repository at this point in the history
- Add favorites feature, songs can be added / removed from favorites
  and easily viewed from a new favorites page
  • Loading branch information
tarkah committed Mar 17, 2020
1 parent 035477f commit 1e5c129
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.10.0"
version = "0.11.0"
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 @@ -63,7 +63,7 @@ cargo build --release

## CLI Arguments
```
karoake-rs 0.10.0
karoake-rs 0.11.0
tarkah <[email protected]>
A simple, network enabled karaoke player in Rust
Expand Down

0 comments on commit 1e5c129

Please sign in to comment.