diff --git a/NEWS b/NEWS index 829f2b3d..4e653e98 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,15 @@ +3.31.91 +======= +* apps-menu: Remove outdated legacy-tray handling [Florian; !53] +* user-theme: Allow using XDG user data dir [Tomasz; !55] +* Misc. bug fixes and cleanups [Florian; !52, !54, !56] + +Contributors: + Tomasz Gąsior, Florian Müllner + +Translators: + Matej Urbančič [sl], Gun Chleoc [gd] + 3.31.90 ======= * Misc. bug fixes and cleanups [Florian; !49, !50, !51] diff --git a/meson.build b/meson.build index 0115562f..7e5fdd3c 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gnome-shell-extensions', - version: '3.31.90', + version: '3.31.91', meson_version: '>= 0.44.0', license: 'GPL2+' )