This commit is contained in:
krolxon 2024-06-19 15:23:10 +05:30
parent df10c2cf63
commit 9941e1e42b
3 changed files with 3 additions and 2 deletions

View File

@ -1,3 +1,4 @@
## rmptui-v0.1.6
- Add songs to new playlist feature
- Code refactoring
- fix #9

2
Cargo.lock generated
View File

@ -282,7 +282,7 @@ dependencies = [
[[package]]
name = "rmptui"
version = "0.1.5"
version = "0.1.6"
dependencies = [
"crossterm",
"mpd",

View File

@ -5,7 +5,7 @@ description = """
a fast and minimal tui mpd client
"""
readme = "README.md"
version = "0.1.5"
version = "0.1.6"
edition = "2021"
repository = "https://github.com/krolyxon/rmptui"
keywords = ["rmptui", "mpd", "music", "cli", "tui", "client"]