From 4eaeba2a39874c76bfc71d69b97f7619f471747a Mon Sep 17 00:00:00 2001 From: dec05eba Date: Tue, 7 Jan 2025 16:54:51 +0100 Subject: 1.0.1 --- meson.build | 4 ++-- project.conf | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meson.build b/meson.build index 88da653..18a0eb9 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gsr-notify', ['cpp'], version : '1.0.0', default_options : ['warning_level=2'], subproject_dir : 'depends') +project('gsr-notify', ['cpp'], version : '1.0.1', default_options : ['warning_level=2'], subproject_dir : 'depends') if get_option('buildtype') == 'debug' add_project_arguments('-g3', language : ['cpp']) @@ -31,4 +31,4 @@ executable( ) install_subdir('images', install_dir : gsr_notify_resources_path) -install_subdir('fonts', install_dir : gsr_notify_resources_path) \ No newline at end of file +install_subdir('fonts', install_dir : gsr_notify_resources_path) diff --git a/project.conf b/project.conf index ecaf34e..14f1939 100644 --- a/project.conf +++ b/project.conf @@ -1,7 +1,7 @@ [package] name = "gsr-notify" type = "executable" -version = "1.0.0" +version = "1.0.1" platforms = ["posix"] [config] -- cgit v1.2.3