From 9add688abf69a543f54a3d29982674adbda83018 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Thu, 24 May 2018 19:06:33 +0200 Subject: [PATCH] Actually bump version number Gah ... --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 40a82756..adebd875 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gnome-shell-extensions', - version: '3.28.1', + version: '3.29.2', meson_version: '>= 0.44.0', license: 'GPL2+' )