From 63e6fec6029268984641cc16bf5176f05f53b9cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Sun, 16 Mar 2025 13:25:14 +0100 Subject: [PATCH] Bump version to 48.0 Update NEWS. --- NEWS | 8 ++++++++ meson.build | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index f034ba78..1a424f7e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +48.0 +==== +* apps-menu: Fix scrolling items into view on keynav [Victor; !391] +* Misc. bug fixes and cleanups [Florian, Stuart; !390, !392] + +Contributors: + Stuart Hayhurst, Victor Kareh, Florian Müllner + 48.rc ===== * Misc. bug fixes and cleanups [Florian; !385, !388] diff --git a/meson.build b/meson.build index 56eaf9ad..19d9662a 100644 --- a/meson.build +++ b/meson.build @@ -4,7 +4,7 @@ project( 'gnome-shell-extensions', - version: '48.rc', + version: '48.0', meson_version: '>= 1.1.0', license: 'GPL-2.0-or-later', )