From c89361d088818be41d369a6f0826b577e9fcfc4c Mon Sep 17 00:00:00 2001 From: Romain Vigier Date: Thu, 28 Nov 2019 10:20:50 +0100 Subject: [PATCH] Remove incompatible shell versions, bump to v10 --- src/metadata.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/metadata.json b/src/metadata.json index 4734616..fa1f9e4 100644 --- a/src/metadata.json +++ b/src/metadata.json @@ -3,7 +3,7 @@ "description": "Automatically change the GTK theme to dark variant when Night Light activates.\n\nTHEME COMPATIBILITY:\nYour theme must have a `-dark` variant, e.g. `Adwaita` and `Adwaita-dark`.\nThese themes have been tested and work:\n- Adwaita\n- Arc\n- HighContrast\n- Materia\n- Yaru\n\nLet me know if the theme you use works as well, or if it doesn't, I can try to make it work.\n\nDo you need to change your GNOME shell theme as well? Try Night Shell Switcher! https://extensions.gnome.org/extension/2356/night-shell-switcher/", "uuid": "nightthemeswitcher@romainvigier.fr", "url": "https://gitlab.com/rmnvgr/nightthemeswitcher-gnome-shell-extension/", - "version": 9, - "shell-version": ["3.28", "3.30","3.32", "3.34"], + "version": 10, + "shell-version": ["3.32", "3.34"], "gettext-domain": "nightthemeswitcher@romainvigier.fr" }