From 9a6b4da33cdf92c87c9a77ea4445455e14546494 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Thu, 6 Feb 2020 21:54:51 +0100 Subject: [PATCH] Bump version to 3.35.90 Update NEWS. --- NEWS | 12 ++++++++++++ meson.build | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) 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+' )