diff --git a/NEWS b/NEWS index 61603bb8..dc57cb64 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +3.36.2 +====== +* Misc. bug fixes and cleanups [Florian, Xiaoguang; !113, !106] + +Contributors: + Florian Müllner, Xiaoguang Wang + +Translators: + Yosef Or Boczko [he], Kristjan SCHMIDT [eo] 3.36.1 ====== diff --git a/meson.build b/meson.build index a307e6f3..676526bf 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gnome-shell-extensions', - version: '3.36.1', + version: '3.36.2', meson_version: '>= 0.44.0', license: 'GPL2+' )