1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
From: =?utf-8?q?Jeremy_B=C3=ADcha?= <jeremy.bicha@canonical.com>
Date: Sun, 23 Feb 2025 15:52:28 -0500
Subject: Mark compatible with GNOME Shell 48
Forwarded: https://github.com/timbertson/gnome-shell-impatience/pull/40
---
impatience/metadata.json | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/impatience/metadata.json b/impatience/metadata.json
index c5b008a..160ad36 100644
--- a/impatience/metadata.json
+++ b/impatience/metadata.json
@@ -6,7 +6,8 @@
"shell-version": [
"45",
"46",
- "47"
+ "47",
+ "48"
],
"settings-schema": "org.gnome.shell.extensions.net.gfxmonk.impatience"
}
|