bump version to 0.2.5

This commit is contained in:
Henrik Friedrichsen
2020-12-13 22:01:05 +01:00
parent 1795709ada
commit 3ab32a7c51
2 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@@ -1967,7 +1967,7 @@ dependencies = [
[[package]]
name = "ncspot"
version = "0.2.4"
version = "0.2.5"
dependencies = [
"chrono",
"clap",

View File

@@ -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 <henrik@affekt.org>"]
repository = "https://github.com/hrkfdn/ncspot"
keywords = ["spotify", "ncurses", "librespot"]
keywords = ["spotify", "ncurses", "librespot", "terminal"]
license = "BSD-2-Clause"
readme = "README.md"
edition = "2018"