From 9c847c0988108bf61256ab61fc920f70ad6c174d Mon Sep 17 00:00:00 2001 From: June Date: Mon, 9 Jun 2025 00:22:48 +0200 Subject: [PATCH] feature: support GNOME Shell version 48 Checked the source of 48.2 and tested in Fedora 42 and there don't seem to be any changes relevant to the functionality of this extension. --- src/metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/metadata.json b/src/metadata.json index e7a2fbf..81e132c 100644 --- a/src/metadata.json +++ b/src/metadata.json @@ -3,7 +3,7 @@ "name": "Top Bar Organizer", "description": "Organize the items of the top (menu)bar.", "version": 12, - "shell-version": [ "45", "46", "47" ], + "shell-version": [ "45", "46", "47", "48" ], "settings-schema": "org.gnome.shell.extensions.top-bar-organizer", "url": "https://gitlab.gnome.org/june/top-bar-organizer" }