diff --git a/NEWS b/NEWS index 4e653e98..34d13c1d 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +3.31.92 +======= +* Misc. bug fixes and cleanups [Florian; !57, !58, !59, !60] + +Contributors: + Florian Müllner + 3.31.91 ======= * apps-menu: Remove outdated legacy-tray handling [Florian; !53] diff --git a/meson.build b/meson.build index 7e5fdd3c..ed228fe9 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gnome-shell-extensions', - version: '3.31.91', + version: '3.31.92', meson_version: '>= 0.44.0', license: 'GPL2+' )