From db25be204335ba71ea8e29b935c4ff2eda8fae46 Mon Sep 17 00:00:00 2001 From: Josh Martens Date: Sat, 29 Apr 2023 11:17:59 -0700 Subject: [PATCH] Drop pre Gnome 40 support --- metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.json b/metadata.json index 4547533..6b3d8da 100644 --- a/metadata.json +++ b/metadata.json @@ -2,7 +2,7 @@ "uuid": "ssh-quick-connect@ibrokemy.computer", "name": "SSH Quick Connect", "description": "This extension puts an icon in the panel with a simple dropdown menu that launches items from your ssh configs", - "shell-version": [ "3.36", "40", "41", "42", "43", "44" ], + "shell-version": [ "40", "41", "42", "43", "44" ], "url": "https://www.github.com/ibrokemycomputer/gnome-shell-extension-ssh-quick-connect", "version": 10 }