From 48ea80d391a71a0df38ddec095f1ae7826f8722b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Mon, 24 Jun 2019 20:03:35 +0200 Subject: [PATCH] Bump version to 3.33.3 Update NEWS. --- NEWS | 7 +++++++ meson.build | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index e3f86f5e..bc707b51 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +3.33.3 +====== +* Misc. bug fixes [Florian, Marco; !67, !68] + +Contributors: + Florian Müllner, Marco Trevisan (Treviño) + 3.33.2 ====== * Misc. bug fixes and cleanups [Florian; !66] diff --git a/meson.build b/meson.build index 4fe9969e..1756face 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gnome-shell-extensions', - version: '3.33.2', + version: '3.33.3', meson_version: '>= 0.44.0', license: 'GPL2+' )