Only use major version for compatible shell version

This commit is contained in:
Romain Vigier
2021-03-29 13:11:12 +02:00
parent 619a93a4dc
commit f6c7dc4cbc
+1 -1
View File
@@ -5,6 +5,6 @@
"gettext-domain": "nightthemeswitcher@romainvigier.fr",
"settings-schema": "org.gnome.shell.extensions.nightthemeswitcher",
"url": "https://gitlab.com/rmnvgr/nightthemeswitcher-gnome-shell-extension/",
"shell-version": ["40", "40.0"],
"shell-version": ["40"],
"version": 48
}