From 84d8a16f03d6df8353d1b7772185555a7261346c Mon Sep 17 00:00:00 2001 From: Romain Vigier Date: Wed, 16 Oct 2019 09:56:55 +0200 Subject: [PATCH] Add GNOME 3.28 to compatible shell versions --- src/metadata.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/metadata.json b/src/metadata.json index 0a83f81..454fbc5 100644 --- a/src/metadata.json +++ b/src/metadata.json @@ -3,6 +3,6 @@ "description": "Change theme to dark variant when Night Light activates", "uuid": "nightthemeswitcher@romainvigier.fr", "url": "https://git.romainvigier.fr/Romain/nightthemeswitcher-gnome-shell-extension", - "version": 1.0, - "shell-version": ["3.30","3.32"] + "version": 1.1, + "shell-version": ["3.28", "3.30","3.32"] }