diff --git a/Cargo.lock b/Cargo.lock index 0df87b0..0e3fad5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1686,7 +1686,7 @@ dependencies = [ [[package]] name = "ncspot" -version = "0.2.0" +version = "0.2.1" dependencies = [ "chrono 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.2 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 387fd15..8e1d23c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "ncspot" description = "ncurses Spotify client written in Rust using librespot, inspired by ncmpc and the likes." exclude = ["screenshots/**"] -version = "0.2.0" +version = "0.2.1" authors = ["Henrik Friedrichsen "] repository = "https://github.com/hrkfdn/ncspot" keywords = ["spotify", "ncurses", "librespot"]