From 0c6e2aff07688126dba7d51562036e370ca22596 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 5 Jan 2025 18:09:07 +0100 Subject: 1.0.5 - fix ui not visible on some kde plasma wayland systems --- meson.build | 2 +- project.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meson.build b/meson.build index c6b26d7..71ca451 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gsr-ui', ['c', 'cpp'], version : '1.0.4', default_options : ['warning_level=2', 'cpp_std=c++17'], subproject_dir : 'depends') +project('gsr-ui', ['c', 'cpp'], version : '1.0.5', default_options : ['warning_level=2', 'cpp_std=c++17'], subproject_dir : 'depends') if get_option('buildtype') == 'debug' add_project_arguments('-g3', language : ['c', 'cpp']) diff --git a/project.conf b/project.conf index 79d965b..8d84466 100644 --- a/project.conf +++ b/project.conf @@ -1,7 +1,7 @@ [package] name = "gsr-ui" type = "executable" -version = "1.0.4" +version = "1.0.5" platforms = ["posix"] [lang.cpp] -- cgit v1.2.3