From 2bd2a2ce94aa9941040a939244ac3798f3a0110d Mon Sep 17 00:00:00 2001 From: Hendrik Sollich Date: Thu, 1 Aug 2024 23:11:18 +0200 Subject: [PATCH] fix(docs): make sure crates.io and readme are in sync --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 406a589b..a1019747 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "notify-rust" -version = "4.11.0" +version = "4.11.1" authors = ["Hendrik Sollich "] description = "Show desktop notifications (linux, bsd, mac). Pure Rust dbus client and server." repository = "https://github.com/hoodie/notify-rust"