From a50674abbf51c92a567627b052d2b47f03179a2c Mon Sep 17 00:00:00 2001 From: Romain Vigier Date: Tue, 10 Mar 2026 20:26:58 +0100 Subject: [PATCH] Build system: Bump version number to 82 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 0076e19..7b9c0b9 100644 --- a/meson.build +++ b/meson.build @@ -3,7 +3,7 @@ project( 'nightthemeswitcher', - version: '81', + version: '82', license: ['GPL-3.0-or-later', 'CC-BY-SA-4.0'], meson_version: '>= 0.56.0' )