diff --git a/NEWS b/NEWS index 34d13c1d..0dddc214 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +3.32.0 +====== + +Contributors: + Florian Müllner + +Translations: + Victor Ibragimov [tg], Kristjan SCHMIDT [eo], Mart Raudsepp [et] + 3.31.92 ======= * Misc. bug fixes and cleanups [Florian; !57, !58, !59, !60] diff --git a/meson.build b/meson.build index ed228fe9..7d96d1c8 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gnome-shell-extensions', - version: '3.31.92', + version: '3.32.0', meson_version: '>= 0.44.0', license: 'GPL2+' )