From d2b4a8032de362b8cb17010d93d4628d758d0dfd Mon Sep 17 00:00:00 2001 From: qxbthree Date: Fri, 10 Jan 2025 05:55:36 +0800 Subject: [PATCH] bump to 0.1.9 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1f59894..46f3ea5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -734,7 +734,7 @@ dependencies = [ [[package]] name = "fum-player" -version = "0.1.8" +version = "0.1.9" dependencies = [ "clap", "expanduser", diff --git a/Cargo.toml b/Cargo.toml index 8c3a57e..bd77267 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "fum-player" description = "A tui-based mpris music client." -version = "0.1.8" +version = "0.1.9" repository = "https://github.com/qxb3/fum" homepage = "https://github.com/qxb3/fum" license = "MIT"