From fa5c4bade155045c3f1ff5516afd8cc12eda3813 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Wed, 5 Feb 2025 00:40:33 +0100 Subject: [PATCH] Bump version to 47.4 Update NEWS. --- NEWS | 8 ++++++++ meson.build | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 64802596..ef2e6d02 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +47.4 +==== +* window-list: Fix regression in chrome tracking [Florian; !379] +* Misc. bug fixes and cleanups [Florian; !376] + +Contributors: + Florian Müllner + 47.3 ==== * places-menu: Fix opening drives with mount operations [Florian; !361] diff --git a/meson.build b/meson.build index 7a64c2d8..27c04818 100644 --- a/meson.build +++ b/meson.build @@ -4,7 +4,7 @@ project( 'gnome-shell-extensions', - version: '47.3', + version: '47.4', meson_version: '>= 1.1.0', license: 'GPL-2.0-or-later', )