From b875f96885ea380bf6eb964b8fe6657549058c6b Mon Sep 17 00:00:00 2001 From: dec05eba Date: Thu, 20 Nov 2025 12:10:03 +0100 Subject: [PATCH] Fix hotkeys not getting unbound correctly when unbinding them in the ui --- meson.build | 2 +- project.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meson.build b/meson.build index f06e0c0..41bf659 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gsr-ui', ['c', 'cpp'], version : '1.8.0', default_options : ['warning_level=2', 'cpp_std=c++17'], subproject_dir : 'depends') +project('gsr-ui', ['c', 'cpp'], version : '1.8.1', default_options : ['warning_level=2', 'cpp_std=c++17'], subproject_dir : 'depends') add_project_arguments('-D_FILE_OFFSET_BITS=64', language : ['c', 'cpp']) diff --git a/project.conf b/project.conf index 6d9685b..cb67b48 100644 --- a/project.conf +++ b/project.conf @@ -1,7 +1,7 @@ [package] name = "gsr-ui" type = "executable" -version = "1.8.0" +version = "1.8.1" platforms = ["posix"] [lang.cpp]