From 3a3b5bac850bd14934d9a259490ba8b3c2bfb0df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Sun, 1 Mar 2020 02:22:25 +0100 Subject: [PATCH] Bump version to 3.35.92 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 24a7ab50..918714fc 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gnome-shell-extensions', - version: '3.35.91', + version: '3.35.92', meson_version: '>= 0.44.0', license: 'GPL2+' )