From f1e2121b5e7a58a75c795a7a98d744c4cda771b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Sat, 24 May 2025 19:10:03 +0200 Subject: [PATCH] Bump version to 48.2 Update NEWS. --- NEWS | 8 ++++++++ meson.build | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 34600c1b..3146e0cc 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +48.2 +==== +* windowsNavigator: Fix handling keyboard shortcuts [Daniel; !395] +* build: Allow disabling the X11 session [Neal; !396, !400] + +Contributors: + Daniel Buch Hansen, Neal Gompa + 48.1 ==== diff --git a/meson.build b/meson.build index cb4c3a03..3f5eadef 100644 --- a/meson.build +++ b/meson.build @@ -4,7 +4,7 @@ project( 'gnome-shell-extensions', - version: '48.1', + version: '48.2', meson_version: '>= 1.1.0', license: 'GPL-2.0-or-later', )