From 3ab32a7c51b7556008ba9e8c93174d2962d881b1 Mon Sep 17 00:00:00 2001 From: Henrik Friedrichsen Date: Sun, 13 Dec 2020 22:01:05 +0100 Subject: [PATCH] bump version to 0.2.5 --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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"