From fe7b4e2746071169dd21b0f815e1f12656c68b4b Mon Sep 17 00:00:00 2001 From: Michael Starke Date: Thu, 10 Feb 2022 16:05:42 +0100 Subject: [PATCH] Added current plugin definitions --- MacPass/Resources/plugins.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/MacPass/Resources/plugins.json b/MacPass/Resources/plugins.json index d2066acb0..3be502a70 100644 --- a/MacPass/Resources/plugins.json +++ b/MacPass/Resources/plugins.json @@ -2,13 +2,13 @@ { "name": "AutotypeURL", "description": "Extract URLs from Browsers to enhance Global Autotype", - "download": "https://github.com/MacPass/AutotypeURL/releases/download/1.0/AutotypeURL-1.0.mpplugin.zip", + "download": "https://github.com/MacPass/AutotypeURL/releases/download/1.3/AutotypeURL-1.3.mpplugin.zip", "source": "https://github.com/MacPass/AutotypeURL", - "currentVersion": "1.0", + "currentVersion": "1.3", "bundleIdentifier": "com.hicknhacksoftware.AutotypeURL", "compatibilty" : [ { - "pluginVersion": "1.0", + "pluginVersion": "1.*", "minimumHostVersion" : "0.7.10" } ]