From b0c59c61045d131bd597b4901c48939f27ecde4c Mon Sep 17 00:00:00 2001 From: sladecraven Date: Thu, 20 Oct 2022 07:17:43 +0200 Subject: [PATCH] Fix download release --- system.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system.json b/system.json index 2cc276a..e8592c2 100644 --- a/system.json +++ b/system.json @@ -2,7 +2,7 @@ "id": "fvtt-imperium5", "title": "Imperium5 RPG", "authors": [ {"name":"Uberwald"} ], - "version": "10.0.2", + "version": "10.0.3", "compatibleCoreVersion": "9", "compatibility": { "minimum": "10", @@ -69,5 +69,5 @@ "background" : "./images/ui/imperium5_welcome_page.webp", "url": "https://www.uberwald.me/gitea/uberwald/fvtt-imperium5", "manifest": "https://www.uberwald.me/gitea/uberwald/fvtt-imperium5/raw/branch/master/system.json", - "download": "https://www.uberwald.me/gitea/uberwald/fvtt-imperium5/releases/tag/fvtt-imperium5-v10.0.2.zip" + "download": "https://www.uberwald.me/gitea/uberwald/fvtt-imperium5/archive/fvtt-imperium5-v10.0.3.zip" }