From 8b62c38e2073a3bcb9f89cc29eae00d8831829c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Sat, 2 Jul 2022 18:41:28 +0200 Subject: [PATCH] Bump version to 42.3 Update NEWS. --- NEWS | 8 ++++++++ meson.build | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 8066a9cc..5457d17a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +42.3 +==== +* screenshot-window-sizer: Fix reported sizes on wayland [Florian; !232] +* window-list: Improve touch support [Florian; !233] + +Contributors: + Florian Müllner + 42.2 ==== * native-window-placement: Adjust to gnome-shell 42 changes [Florian; !229] diff --git a/meson.build b/meson.build index 91c3a6f9..25af71e0 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gnome-shell-extensions', - version: '42.2', + version: '42.3', meson_version: '>= 0.53.0', license: 'GPL2+' )