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