v0.1.6
This commit is contained in:
parent
df10c2cf63
commit
9941e1e42b
|
|
@ -1,3 +1,4 @@
|
|||
## rmptui-v0.1.6
|
||||
- Add songs to new playlist feature
|
||||
- Code refactoring
|
||||
- fix #9
|
||||
|
|
|
|||
|
|
@ -282,7 +282,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "rmptui"
|
||||
version = "0.1.5"
|
||||
version = "0.1.6"
|
||||
dependencies = [
|
||||
"crossterm",
|
||||
"mpd",
|
||||
|
|
|
|||
|
|
@ -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"]
|
||||
|
|
|
|||
Reference in New Issue