From f9a74eaa33f9daee1a3033d76ff9b07375c47fb0 Mon Sep 17 00:00:00 2001 From: Edwin Svensson Date: Sun, 7 Apr 2024 16:53:30 +0200 Subject: [PATCH] version 0.10.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index df1460f..f887a83 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tray-item" -version = "0.9.0" +version = "0.10.0" authors = ["Edwin Svensson "] edition = "2021" description = "Super simple API to make tray icons/menus on Windows, Mac & Linux"