From ea4fb99f7daa09085609aaab7555e6a95b20f4e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Wed, 7 Oct 2020 20:21:39 +0200 Subject: [PATCH] Bump version to 3.36.7 ... to go along gnome-shell 3.36.7. Update NEWS. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 05513d95..3c6ae2e9 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gnome-shell-extensions', - version: '3.36.3', + version: '3.36.7', meson_version: '>= 0.44.0', license: 'GPL2+' )