Skip to content

Commit

Permalink
bump version to 0.5.0 + cargo update
Browse files Browse the repository at this point in the history
  • Loading branch information
hrkfdn committed Mar 7, 2021
1 parent eb14968 commit 37f5d2e
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 30 deletions.
56 changes: 28 additions & 28 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"]
repository = "https://github.com/hrkfdn/ncspot"
keywords = ["spotify", "ncurses", "librespot", "terminal"]
Expand Down Expand Up @@ -77,4 +77,3 @@ assets = [
["target/release/ncspot", "usr/bin/", "755"],
["README.md", "usr/share/doc/ncspot/README.md", "644"],
]

0 comments on commit 37f5d2e

Please sign in to comment.