bump version to 0.5.0 + cargo update

This commit is contained in:
Henrik Friedrichsen
2021-03-07 02:02:59 +01:00
parent eb149683a0
commit 37f5d2e15e
2 changed files with 29 additions and 30 deletions

View File

@@ -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.4.0"
version = "0.5.0"
authors = ["Henrik Friedrichsen <henrik@affekt.org>"]
repository = "https://github.com/hrkfdn/ncspot"
keywords = ["spotify", "ncurses", "librespot", "terminal"]
@@ -77,4 +77,3 @@ assets = [
["target/release/ncspot", "usr/bin/", "755"],
["README.md", "usr/share/doc/ncspot/README.md", "644"],
]