From d5eb2efc00f63e00cbff363073c8554c1d6e21c4 Mon Sep 17 00:00:00 2001 From: nnyyxxxx Date: Thu, 5 Dec 2024 01:07:38 -0500 Subject: [PATCH] ver: v.2.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ff23574..b99a85a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -388,7 +388,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" [[package]] name = "hyprgui" -version = "0.1.9" +version = "0.2.0" dependencies = [ "gtk4", "hyprparser", diff --git a/Cargo.toml b/Cargo.toml index 83fb987..447e148 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hyprgui" -version = "0.1.9" +version = "0.2.0" authors = ["Nyx ", "Adam Perkowski "] license = "GPL-2.0" description = "GUI for configuring Hyprland!"