From 70e2a02e69261b1ae64e461503a06a2cb1c668a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Mon, 25 Nov 2024 16:14:41 +0100 Subject: [PATCH] Bump version to 47.2 Update NEWS. --- NEWS | 12 ++++++++++++ meson.build | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 01235cf9..f48d2263 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,15 @@ +47.2 +==== +* places-menu: Fix a11y labelling [Florian; #542] +* screenshot-window-sizer: Mention shortcut in description [Florian; !358] +* Misc. bug fixes and cleanups [Florian; !353, !354] + +Contributors: + Florian Müllner + +Translators: + Fabio Tomat [fur], Nathan Follens [nl], Марко Костић [sr] + 47.1 ==== * classic: Add missing top-bar indicators [Florian; !339] diff --git a/meson.build b/meson.build index 5acb36d5..873da7bd 100644 --- a/meson.build +++ b/meson.build @@ -4,7 +4,7 @@ project( 'gnome-shell-extensions', - version: '47.1', + version: '47.2', meson_version: '>= 1.1.0', license: 'GPL-2.0-or-later', )