diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-01-21 19:02:11 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-01-21 19:02:11 +0100 |
commit | afd22a66b81cbf63ec086e248a812c2091fe7b26 (patch) | |
tree | 9c35694892d381f37194d66d9b857b235c91eb32 | |
parent | b5aa638c585d374d3c4ceb2533842f9e3087f7dd (diff) |
-rw-r--r-- | meson.build | 2 | ||||
-rw-r--r-- | project.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build index 18a0eb9..8bca839 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gsr-notify', ['cpp'], version : '1.0.1', default_options : ['warning_level=2'], subproject_dir : 'depends') +project('gsr-notify', ['cpp'], version : '1.0.2', 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 14f1939..19f1020 100644 --- a/project.conf +++ b/project.conf @@ -1,7 +1,7 @@ [package] name = "gsr-notify" type = "executable" -version = "1.0.1" +version = "1.0.2" platforms = ["posix"] [config] |