diff --git a/NEWS b/NEWS index 9654892c..33ac37e0 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +3.30.1 +====== +* apps-menu: Fix height on HiDPI systems [Florian; #102] +* window-list: Only switch between windows on active workspace when scrolling + [Florian; #78] + +Contributors: + Florian Müllner + 3.30.0 ====== * Bump version diff --git a/meson.build b/meson.build index ef836e0a..6b7654bb 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gnome-shell-extensions', - version: '3.30.0', + version: '3.30.1', meson_version: '>= 0.44.0', license: 'GPL2+' )