From a2f44eb6e6b6ac3fca22acc3f2947cc45fd621a3 Mon Sep 17 00:00:00 2001 From: krolxon Date: Sat, 1 Jun 2024 20:52:44 +0530 Subject: [PATCH] v0.1.4 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1466e60..b661612 100755 --- a/Cargo.lock +++ b/Cargo.lock @@ -282,7 +282,7 @@ dependencies = [ [[package]] name = "rmptui" -version = "0.1.3" +version = "0.1.4" dependencies = [ "crossterm", "mpd", diff --git a/Cargo.toml b/Cargo.toml index 20cbe92..3ff8067 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.3" +version = "0.1.4" edition = "2021" repository = "https://github.com/krolyxon/rmptui" keywords = ["rmptui", "mpd", "music", "cli", "tui", "client"]