From 4b969255bddb1e9cf160c0836365a2592408cf53 Mon Sep 17 00:00:00 2001 From: nyx Date: Sun, 13 Oct 2024 07:12:19 -0400 Subject: [PATCH] new release (#11) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 118a180..555d2fe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -388,7 +388,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" [[package]] name = "hyprgui" -version = "0.1.0" +version = "0.1.1" dependencies = [ "gtk4", "hyprparser", diff --git a/Cargo.toml b/Cargo.toml index f9d5161..9a10bdd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hyprgui" -version = "0.1.0" +version = "0.1.1" authors = ["Nyx ", "Adam Perkowski "] license = "GPL-2.0" description = "GUI for configuring Hyprland!"