aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-02-22 13:11:47 +0100
committerdec05eba <dec05eba@protonmail.com>2025-02-22 13:11:47 +0100
commit3b4fdf390f34228643d94691fd9c05e89f927418 (patch)
tree3231373e2514031ce6ec69a6b9303f92f78f0bcd
parent48f1dba9e0362070fb87333b6a6cdcab74224420 (diff)
-rw-r--r--meson.build2
-rw-r--r--project.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index 216045e..ced8fbf 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('gsr-notify', ['cpp'], version : '1.0.3', default_options : ['warning_level=2'], subproject_dir : 'depends')
+project('gsr-notify', ['cpp'], version : '1.0.4', default_options : ['warning_level=2'], subproject_dir : 'depends')
if get_option('buildtype') == 'debug'
add_project_arguments('-g3', language : ['cpp'])
diff --git a/project.conf b/project.conf
index c740b6e..41ef98b 100644
--- a/project.conf
+++ b/project.conf
@@ -1,7 +1,7 @@
[package]
name = "gsr-notify"
type = "executable"
-version = "1.0.3"
+version = "1.0.4"
platforms = ["posix"]
[config]