This commit is contained in:
krolxon 2024-06-01 20:52:44 +05:30
parent 15be9357da
commit a2f44eb6e6
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

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

View File

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