diff --git a/NEWS b/NEWS index 4c29e27e..32ceb97c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +3.29.90 +======= +* Misc. bug fixes [Florian; #786496] + +Contributors: + Florian Müllner + 3.29.3 ====== * Adjust to global.screen removal [Jonas; #759538] diff --git a/meson.build b/meson.build index a7a1de4e..bfc99f7d 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gnome-shell-extensions', - version: '3.29.3', + version: '3.29.90', meson_version: '>= 0.44.0', license: 'GPL2+' )