diff --git a/Cargo.lock b/Cargo.lock index 27c6c02..31a925a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -388,7 +388,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" [[package]] name = "hyprgui" -version = "0.1.2" +version = "0.1.3" dependencies = [ "gtk4", "hyprparser", diff --git a/Cargo.toml b/Cargo.toml index 9de35af..2a71f46 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hyprgui" -version = "0.1.2" +version = "0.1.3" authors = ["Nyx ", "Adam Perkowski "] license = "GPL-2.0" description = "GUI for configuring Hyprland!"