diff --git a/NEWS b/NEWS index 2b5ce7ad..06d332d3 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,15 @@ +3.35.90 +======= +* Adjust to gnome-shell changes [Florian; !100, !101, !102] +* Force single-line window titles in window list [Florian; #202] +* Misc. bug fixes and cleanup [Florian; !104, !105] + +Contributors: + Florian Müllner + +Translators: + sicklylife [ja], Umarzuki Bin Mochlis Moktar [ms] + 3.35.3 ====== diff --git a/meson.build b/meson.build index 8c232576..e366ab05 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gnome-shell-extensions', - version: '3.35.3', + version: '3.35.90', meson_version: '>= 0.44.0', license: 'GPL2+' )