From 959782835d465a3a723a1e207e90d65ad3637274 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Sat, 28 May 2022 14:30:58 +0200 Subject: [PATCH] Bump version to 42.2 Update NEWS. --- NEWS | 11 +++++++++++ meson.build | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index b24c55b6..8066a9cc 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,14 @@ +42.2 +==== +* native-window-placement: Adjust to gnome-shell 42 changes [Florian; !229] +* window-list: Fix visibility on non-primary monitors [Jason; !230] + +Contributors: + Jason Lynch, Florian Müllner + +Translators: + Cheng-Chia Tseng [zh_TW] + 42.1 ==== * Misc. bug fixes and cleanups [Florian; !223, !222, !225] diff --git a/meson.build b/meson.build index ce1d8bbf..91c3a6f9 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gnome-shell-extensions', - version: '42.1', + version: '42.2', meson_version: '>= 0.53.0', license: 'GPL2+' )