diff --git a/Cargo.lock b/Cargo.lock index e0b1caa..ccdc35c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -452,7 +452,7 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" [[package]] name = "hyprland" -version = "0.3.11" +version = "0.3.12" dependencies = [ "async-net", "async-std", @@ -476,7 +476,7 @@ dependencies = [ [[package]] name = "hyprland-macros" -version = "0.3.11" +version = "0.3.12" dependencies = [ "quote", "syn 2.0.33", diff --git a/Cargo.toml b/Cargo.toml index 24cba05..69cdb7a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ lto = true members = ["hyprland-macros"] [workspace.package] -version = "0.3.11" +version = "0.3.12" license = "GPL-3.0-or-later" repository = "https://github.com/hyprland-community/hyprland-rs" keywords = ["hyprland", "ipc", "hypr", "wayland", "linux"] diff --git a/README.md b/README.md index 2643f65..88b1a32 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Let's get started with Hyprland-rs! Add the code below to the dependencies section of your Cargo.toml file! ```toml -hyprland = "0.3.10" +hyprland = "0.3.12" ``` ### Reading the docs