diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-04-03 13:13:56 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-04-03 13:13:56 +0200 |
commit | 63ede228bba294a7f14506e9478c5d8c0f0cb59c (patch) | |
tree | 4ab991f47f5eda51498a8931568d2c4df2d66f81 | |
parent | f8a11f543670eaabe0439e226bdcaf66b480965e (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 ced8fbf..4315781 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gsr-notify', ['cpp'], version : '1.0.4', default_options : ['warning_level=2'], subproject_dir : 'depends') +project('gsr-notify', ['cpp'], version : '1.0.5', 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 41ef98b..8d75a33 100644 --- a/project.conf +++ b/project.conf @@ -1,7 +1,7 @@ [package] name = "gsr-notify" type = "executable" -version = "1.0.4" +version = "1.0.5" platforms = ["posix"] [config] |