diff --git a/Cargo.lock b/Cargo.lock index 649dce6..989f4c3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1967,7 +1967,7 @@ dependencies = [ [[package]] name = "ncspot" -version = "0.2.4" +version = "0.2.5" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index 8b174b5..8f85f6c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,10 +2,10 @@ name = "ncspot" description = "ncurses Spotify client written in Rust using librespot, inspired by ncmpc and the likes." exclude = ["screenshots/**"] -version = "0.2.4" +version = "0.2.5" authors = ["Henrik Friedrichsen "] repository = "https://github.com/hrkfdn/ncspot" -keywords = ["spotify", "ncurses", "librespot"] +keywords = ["spotify", "ncurses", "librespot", "terminal"] license = "BSD-2-Clause" readme = "README.md" edition = "2018"