From 33b16681c66cde7a4dbbc3027ae88cc66b489e6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Wed, 11 Dec 2019 22:56:08 +0100 Subject: [PATCH] Bump version to 3.34.2 Update NEWS. --- NEWS | 12 ++++++++++++ meson.build | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 1b59b178..49567c0f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,15 @@ +3.34.2 +====== +* window-list, workspace-indicator: Exclude DESKTOP windows from previews + [Florian; !93] +* screenshot-window-sizer: Fix cycling through all valid sizes [Willy; !97] + +Contributors: + Florian Müllner, Willy Stadnick + +Translators: + Stas Solovey [ru], Umarzuki Bin Mochlis Moktar [ms] + 3.34.1 ====== * Adjust to gnome-settings-daemon plugin removals [Xiaoguang; !94] diff --git a/meson.build b/meson.build index 83175433..da61e4e2 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gnome-shell-extensions', - version: '3.34.1', + version: '3.34.2', meson_version: '>= 0.44.0', license: 'GPL2+' )