From fdcf594f932a21d4c9a6861d93b13fcef03470b9 Mon Sep 17 00:00:00 2001 From: Karel Faille Date: Wed, 22 May 2024 08:49:40 +0200 Subject: [PATCH] build: bump version --- plugin.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin.json b/plugin.json index 59d12e4..838dd34 100644 --- a/plugin.json +++ b/plugin.json @@ -4,11 +4,11 @@ "Name": "FileZilla", "Description": "Launch FileZilla sessions", "Author": "Karel Faille", - "Version": "1.0.0", + "Version": "1.0.1", "Language": "typescript", "ExecuteFileName": "./dist/main.ts", "Website": "https://github.com/shaffe-fr/flow-filezilla", - "UrlDownload": "https://github.com/shaffe-fr/flow-filezilla/releases/download/v1.0.0/Flow.Launcher.Plugin.FileZilla.zip", + "UrlDownload": "https://github.com/shaffe-fr/flow-filezilla/releases/download/v1.0.1/Flow.Launcher.Plugin.FileZilla.zip", "UrlSourceCode": "https://github.com/shaffe-fr/flow-filezilla/tree/main", "IcoPath": "https://cdn.jsdelivr.net/gh/shaffe-fr/flow-filezilla/app.png" }