diff --git a/Cargo.lock b/Cargo.lock index 61ed191..02deb71 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -416,7 +416,7 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" [[package]] name = "hyprland" -version = "0.3.6" +version = "0.3.7" dependencies = [ "async-net", "async-std", @@ -440,7 +440,7 @@ dependencies = [ [[package]] name = "hyprland-macros" -version = "0.3.6" +version = "0.3.7" dependencies = [ "quote", "syn 2.0.18", diff --git a/Cargo.toml b/Cargo.toml index 14b1b04..c8afc12 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ lto = true members = ["hyprland-macros"] [workspace.package] -version = "0.3.6" +version = "0.3.7" 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 7ab888b..c8e7a7e 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.6" +hyprland = "0.3.7" ``` ### Reading the docs