From d0c253f8925f92b35cf7d5b2eb06b6c19aeed8de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Hedin=20Br=C3=B8nner?= Date: Thu, 6 Dec 2018 12:18:36 +0100 Subject: [PATCH] Drop explicit support of 3.26 I have no idea if things work on 3.26 so drop support, I'm also guessing that 3.26 is rarely used. 3.28 is pretty common, eg. through Ubuntu LTS. --- metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.json b/metadata.json index 406ce3a..4f1c279 100644 --- a/metadata.json +++ b/metadata.json @@ -4,6 +4,6 @@ "description": "Tiling window manager with a twist", "url": "https://github.com/paperwm/PaperWM", "settings-schema": "org.gnome.Shell.Extensions.PaperWM", - "shell-version": [ "3.26", "3.28", "3.30"], + "shell-version": [ "3.28", "3.30"], "version": "beta" }