From 122caaf4df5a40e2c43460b435933b81c1fcd679 Mon Sep 17 00:00:00 2001 From: Yavor Kolev Date: Sun, 10 Sep 2023 18:09:07 -0700 Subject: [PATCH] update crate version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a17e725..24cba05 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ lto = true members = ["hyprland-macros"] [workspace.package] -version = "0.3.10" +version = "0.3.11" license = "GPL-3.0-or-later" repository = "https://github.com/hyprland-community/hyprland-rs" keywords = ["hyprland", "ipc", "hypr", "wayland", "linux"]