From f53c8fd4bc672b7045821c49a4f1aba898a7bf06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Sat, 24 May 2025 19:13:46 +0200 Subject: [PATCH] Bump version to 47.5 Update NEWS. --- NEWS | 7 +++++++ meson.build | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index ef2e6d02..572def80 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +47.5 +==== +* Allow disabling the X11 session [Neal; !396, !400] + +Contributors: + Neal Gompa + 47.4 ==== * window-list: Fix regression in chrome tracking [Florian; !379] diff --git a/meson.build b/meson.build index f00dbcdb..6cb7e9a5 100644 --- a/meson.build +++ b/meson.build @@ -4,7 +4,7 @@ project( 'gnome-shell-extensions', - version: '47.4', + version: '47.5', meson_version: '>= 1.1.0', license: 'GPL-2.0-or-later', )