From 9892b7683e3500049399b212bd7b2dbc6b7983db Mon Sep 17 00:00:00 2001 From: nyx Date: Mon, 14 Oct 2024 18:39:13 -0400 Subject: [PATCH] v0.1.3 (#30) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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!"