diff --git a/VERSION b/VERSION index 21e8796..ee90284 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.3 +1.0.4 diff --git a/meson.build b/meson.build index b0cf4c3..c5e55bc 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('apx_gui', - version: '1.0.3', + version: '1.0.4', meson_version: '>= 0.59.0', default_options: [ 'warning_level=2', 'werror=false', ], )