summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2021-10-16 23:05:47 +0100
committerSimon McVittie <smcv@debian.org>2021-10-17 11:54:25 +0100
commit387af18317423f0ca37ffad823c3544e8fedaa68 (patch)
tree6c97fe7d85cd8702ef3f4f368b48c99a613292b8
parent9163d140614eca2d07a5ad302d93629753d28499 (diff)
Declare compatibility with GNOME Shell 41
Version 23 on https://extensions.gnome.org/extension/1401/bluetooth-quick-connect/ seems to have received this change already. Signed-off-by: Simon McVittie <smcv@debian.org> Forwarded: https://github.com/bjarosze/gnome-bluetooth-quick-connect/pull/43 Bug-Debian: https://bugs.debian.org/996047 Gbp-Pq: Name Declare-compatibility-with-GNOME-Shell-41.patch
-rw-r--r--metadata.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/metadata.json b/metadata.json
index feef4f2..68effed 100644
--- a/metadata.json
+++ b/metadata.json
@@ -6,6 +6,7 @@
"settings-schema": "org.gnome.shell.extensions.bluetooth-quick-connect",
"gettext-domain": "bluetooth-quick-connect",
"shell-version": [
- "40"
+ "40",
+ "41"
]
}