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', )