diff --git a/Cargo.lock b/Cargo.lock index 01eb4cb..4aef870 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -734,7 +734,7 @@ dependencies = [ [[package]] name = "fum-player" -version = "0.3.1" +version = "0.3.2" dependencies = [ "base64 0.22.1", "clap", diff --git a/Cargo.toml b/Cargo.toml index fd119f1..8fe2c6e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "fum-player" description = "A tui-based mpris music client." -version = "0.3.1" +version = "0.3.2" repository = "https://github.com/qxb3/fum" homepage = "https://github.com/qxb3/fum" license = "MIT"