diff --git a/NEWS b/NEWS index 5d403b29..41717f9f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,14 @@ +3.33.90 +======= +* window-list: Support showing windows from all workspaces [Florian; #154] +* Misc. bug fixes and cleanups [Florian; !86, !87] + +Contributors: + Florian Müllner + +Translators: + Jor Teron [mjw] + 3.33.4 ====== * Make GNOME Classic more classic: diff --git a/meson.build b/meson.build index a9e6e081..c32f57cf 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gnome-shell-extensions', - version: '3.33.4', + version: '3.33.90', meson_version: '>= 0.44.0', license: 'GPL2+' )