diff --git a/NEWS b/NEWS index 32ceb97c..5e16fe85 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +3.29.91 +======= +* Misc. bug fixes [Florian; #90] + +Contributors: + Florian Müllner + 3.29.90 ======= * Misc. bug fixes [Florian; #786496] diff --git a/meson.build b/meson.build index bfc99f7d..3a36c8e1 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gnome-shell-extensions', - version: '3.29.90', + version: '3.29.91', meson_version: '>= 0.44.0', license: 'GPL2+' )