diff --git a/NEWS b/NEWS index 33ac37e0..3042f831 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +3.31.2 +====== +* Remove obsolete alternate-tab extension [Florian; #786496] +* Adjust to gnome-shell changes [Florian; #113] + +Contributors: + Florian Müllner + 3.30.1 ====== * apps-menu: Fix height on HiDPI systems [Florian; #102] diff --git a/meson.build b/meson.build index 4991ba7e..9ef8cfd4 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gnome-shell-extensions', - version: '3.30.1', + version: '3.31.2', meson_version: '>= 0.44.0', license: 'GPL2+' )