From 002bb56f948fc438b099ed2930b663301741879a Mon Sep 17 00:00:00 2001 From: Romain Vigier Date: Mon, 31 Oct 2022 09:55:40 +0100 Subject: [PATCH] Build system: Bump version number to 70 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index db255e8..0a7238a 100644 --- a/meson.build +++ b/meson.build @@ -3,7 +3,7 @@ project( 'nightthemeswitcher', - version: '69', + version: '70', license: ['GPL-3.0-or-later', 'CC-BY-SA-4.0'], meson_version: '>= 0.56.0' )