From 6b1926bab31afd737940a8b71babfa0044e16ac2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Mon, 9 Jul 2018 19:09:13 +0200 Subject: [PATCH] Bump version to 3.29.3 Update NEWS. --- NEWS | 7 +++++++ meson.build | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index ed59a459..4c29e27e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +3.29.3 +====== +* Adjust to global.screen removal [Jonas; #759538] + +Contributors: + Jonas Ådahl, Florian Müllner + 3.29.2 ====== * Misc. bug fixes [Florian; #69] diff --git a/meson.build b/meson.build index adebd875..3ae3a9b4 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gnome-shell-extensions', - version: '3.29.2', + version: '3.29.3', meson_version: '>= 0.44.0', license: 'GPL2+' )