From 2a8943d4ea0127a2d2568d513057372d7253bafd Mon Sep 17 00:00:00 2001 From: ShootingStarDragons Date: Thu, 19 Sep 2024 21:44:11 +0900 Subject: [PATCH] chore: bump version --- Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9de0662..5469c7f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1961,7 +1961,7 @@ dependencies = [ [[package]] name = "iced_zbus_notification" -version = "0.3.13" +version = "0.3.14" dependencies = [ "futures", "futures-util", @@ -2127,7 +2127,7 @@ dependencies = [ [[package]] name = "lala-bar" -version = "0.3.13" +version = "0.3.14" dependencies = [ "alsa", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 1ef152e..e63d857 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ resolver = "2" members = ["./lala_bar", "./iced_zbus_notification"] [workspace.package] -version = "0.3.13" +version = "0.3.14" edition = "2021" authors = ["Decodertalkers "] license = "MIT" @@ -11,7 +11,7 @@ repository = "https://github.com/Decodetalkers/lala-bar" readme = "README.md" [workspace.dependencies] -iced_zbus_notification = { version = "0.3.11", path = "iced_zbus_notification" } +iced_zbus_notification = { version = "0.3.14", path = "iced_zbus_notification" } futures = "0.3.30" serde = { version = "1.0.204", features = ["derive"] } url = "2.5.2"