Feature: Support GNOME version 44

This commit is contained in:
Julian 2023-04-20 23:17:06 +02:00
parent 5c8523322b
commit 51a89aec60
Signed by: julian
GPG Key ID: 094C2AC34192FA11

View File

@ -3,7 +3,7 @@
"name": "Top Bar Organizer", "name": "Top Bar Organizer",
"description": "Organize the items of the top (menu)bar.", "description": "Organize the items of the top (menu)bar.",
"version": 7, "version": 7,
"shell-version": [ "42", "43" ], "shell-version": [ "42", "43", "44" ],
"settings-schema": "org.gnome.shell.extensions.top-bar-organizer", "settings-schema": "org.gnome.shell.extensions.top-bar-organizer",
"url": "https://gitlab.gnome.org/julianschacher/top-bar-organizer" "url": "https://gitlab.gnome.org/julianschacher/top-bar-organizer"
} }