From d0ba038cee1ae3f8337e9a959f78fce3cf25cc91 Mon Sep 17 00:00:00 2001 From: ryzendew <84041391+ryzendew@users.noreply.github.com> Date: Sat, 7 Sep 2024 21:37:31 -0300 Subject: [PATCH] Add Gnome 47 support All that is needed is adding 47 to metadata.json --- metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.json b/metadata.json index 42e592c..a7167a0 100644 --- a/metadata.json +++ b/metadata.json @@ -4,7 +4,7 @@ "gettext-domain": "forge", "uuid": "forge@jmmaranan.com", "settings-schema": "org.gnome.shell.extensions.forge", - "shell-version": ["45", "46"], + "shell-version": ["45", "46", "47"], "session-modes": ["user", "unlock-dialog"], "version": "1.2-alpha", "url": "https://github.com/forge-ext/forge"