From 6ac987661c4e92d7f18efeb89bbcd4a3227913e6 Mon Sep 17 00:00:00 2001 From: Adam Perkowski Date: Mon, 28 Oct 2024 22:29:29 +0000 Subject: [PATCH] bump manifest ver to v`0.1.5` (#51) --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 59dfcb1..0015dcc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -388,7 +388,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" [[package]] name = "hyprgui" -version = "0.1.4" +version = "0.1.5" dependencies = [ "gtk4", "hyprparser", diff --git a/Cargo.toml b/Cargo.toml index 2270344..1b81a03 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hyprgui" -version = "0.1.4" +version = "0.1.5" authors = ["Nyx ", "Adam Perkowski "] license = "GPL-2.0" description = "GUI for configuring Hyprland!" @@ -27,4 +27,4 @@ lto = "fat" codegen-units = 1 panic = "abort" strip = true -opt-level = 3 \ No newline at end of file +opt-level = 3