From 6cc0b4eb9f8db188c9cfd02f9a41051c44ac252b Mon Sep 17 00:00:00 2001 From: krolxon Date: Sun, 19 May 2024 20:04:39 +0530 Subject: [PATCH] v0.1.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2d0b9d1..20cbe92 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ description = """ a fast and minimal tui mpd client """ readme = "README.md" -version = "0.1.2" +version = "0.1.3" edition = "2021" repository = "https://github.com/krolyxon/rmptui" keywords = ["rmptui", "mpd", "music", "cli", "tui", "client"]