From a7ddbd0d5359913a5f356ce0cebfb16894c0a325 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Fri, 25 Dec 2020 23:29:06 +0100 Subject: [PATCH] Change upcoming version (again) The extension website doesn't handle the chosen scheme correctly, so use 40.alpha.1 instead. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 4b6a3d96..9e99d745 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gnome-shell-extensions', - version: '40.alpha2', + version: '40.alpha.1', meson_version: '>= 0.44.0', license: 'GPL2+' )