From f5a819e9d04a20204bfddb48c72c692a5a49d85e Mon Sep 17 00:00:00 2001 From: Vladimir Vaskov <rirusha@altlinux.org> Date: Wed, 4 Sep 2024 18:22:21 +0300 Subject: [PATCH] chore: dump version to 0.3.3 --- meson.build | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meson.build b/meson.build index dbfad99..ef6a41c 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('alt-regular-backgrounds', - version: '0.3.2', + version: '0.3.3', meson_version: '>= 0.56.0', license: 'CC-BY-SA-4.0' ) @@ -17,4 +17,3 @@ if get_option('target_de') == 'all' else subdir('backgrounds/@0@'.format(get_option('target_de'))) endif -