diff --git a/NEWS b/NEWS index 3042f831..829f2b3d 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +3.31.90 +======= +* Misc. bug fixes and cleanups [Florian; !49, !50, !51] + +Contributors: + Florian Müllner + +Translators: + Ryuta Fujii [ja], Charles Monzat [fr], Pieter Schalk Schoeman [af] + 3.31.2 ====== * Remove obsolete alternate-tab extension [Florian; #786496] diff --git a/meson.build b/meson.build index c320bc6b..0115562f 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gnome-shell-extensions', - version: '3.31.2', + version: '3.31.90', meson_version: '>= 0.44.0', license: 'GPL2+' )