diff --git a/NEWS b/NEWS index 0dddc214..f1adbcba 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +3.32.1 +====== +* Fix windowsNavigator extension after ES6 port [Florian; #143] +* screenshot-window-sizer: Add phone screenshot sizes [Adrien; !65] +* Misc. bug fixes and cleanups [Fabian; !62] + +Contributors: + Florian Müllner, Adrien Plazas, Fabian P. Schmidt + 3.32.0 ====== diff --git a/meson.build b/meson.build index 7d96d1c8..b987f2d4 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gnome-shell-extensions', - version: '3.32.0', + version: '3.32.1', meson_version: '>= 0.44.0', license: 'GPL2+' )