aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-02-05 20:24:18 +0100
committerdec05eba <dec05eba@protonmail.com>2025-02-05 20:24:18 +0100
commit238492aecf7f6fa31ff3d9fee528b50a7ab3e946 (patch)
tree672e4e817c39e0aaf72bfbce698634894049f7d3
parent1db9bba49448c08225d142541a58048b8c121115 (diff)
1.0.31.0.3
-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 8bca839..216045e 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('gsr-notify', ['cpp'], version : '1.0.2', default_options : ['warning_level=2'], subproject_dir : 'depends')
+project('gsr-notify', ['cpp'], version : '1.0.3', 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 19f1020..c740b6e 100644
--- a/project.conf
+++ b/project.conf
@@ -1,7 +1,7 @@
[package]
name = "gsr-notify"
type = "executable"
-version = "1.0.2"
+version = "1.0.3"
platforms = ["posix"]
[config]