From 3a59f4ce9f0fc53dab9e484480955e3124864f89 Mon Sep 17 00:00:00 2001 From: Romain Vigier Date: Thu, 17 Oct 2019 20:18:02 +0200 Subject: [PATCH] Add GNOME 3.34 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 1948c4d..583340d 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": 2.0, - "shell-version": ["3.28", "3.30","3.32"] + "version": 2.1, + "shell-version": ["3.28", "3.30","3.32", "3.34"] }