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+' )