From aa8c38a1d1b3ad61ba49ffe80becb55b7f1345c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Sun, 29 Jun 2025 13:00:50 +0200 Subject: [PATCH] Bump version to 47.6 Update NEWS. --- NEWS | 7 +++++++ meson.build | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 572def80..3c967677 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +47.6 +==== +* Misc. bug fixes and cleanups [Florian; !409, !411, !405, !413] + +Contributors: + Florian Müllner + 47.5 ==== * Allow disabling the X11 session [Neal; !396, !400] diff --git a/meson.build b/meson.build index 6cb7e9a5..2643ca3b 100644 --- a/meson.build +++ b/meson.build @@ -4,7 +4,7 @@ project( 'gnome-shell-extensions', - version: '47.5', + version: '47.6', meson_version: '>= 1.1.0', license: 'GPL-2.0-or-later', )