1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
From: Jeremy Bicha <jeremy.bicha@canonical.com>
Date: Thu, 12 Sep 2024 10:20:36 -0400
Subject: Mark compatible with GNOME Shell 47
Forwarded: https://github.com/biji/harddiskled/pull/29
---
metadata.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/metadata.json b/metadata.json
index eab72b6..8e3b91c 100644
--- a/metadata.json
+++ b/metadata.json
@@ -4,7 +4,7 @@
"name": "Harddisk LED",
"settings-schema": "org.gnome.shell.extensions.harddiskled",
"shell-version": [
- "46"
+ "46", "47", "48"
],
"url": "https://github.com/biji/harddiskled",
"uuid": "harddiskled@bijidroid.gmail.com",
|