From 2dd9ae80ca917f5380ac24de5e3c9f40f7624350 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Sun, 29 Jun 2025 12:56:57 +0200 Subject: [PATCH] Bump version to 48.3 Update NEWS. --- NEWS | 7 +++++++ meson.build | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 3146e0cc..85866fcf 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +48.3 +==== +* Misc. bug fixes and cleanups [Florian; !409, !411, !405, !413] + +Contributors: + Florian Müllner + 48.2 ==== * windowsNavigator: Fix handling keyboard shortcuts [Daniel; !395] diff --git a/meson.build b/meson.build index 3f5eadef..396239e5 100644 --- a/meson.build +++ b/meson.build @@ -4,7 +4,7 @@ project( 'gnome-shell-extensions', - version: '48.2', + version: '48.3', meson_version: '>= 1.1.0', license: 'GPL-2.0-or-later', )