From 028e3ef39118c3a94cb527352ddb6831edeefe76 Mon Sep 17 00:00:00 2001 From: Hendrik Sollich Date: Wed, 11 Sep 2024 01:02:44 +0200 Subject: [PATCH] chore: bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5ffd47a3..d239c944 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "notify-rust" -version = "4.11.2" +version = "4.11.3" authors = ["Hendrik Sollich "] description = "Show desktop notifications (linux, bsd, mac). Pure Rust dbus client and server." repository = "https://github.com/hoodie/notify-rust"