From 35078e9e267fdabe44d835e0ab9f581396e27744 Mon Sep 17 00:00:00 2001 From: Booga Date: Fri, 16 May 2025 15:24:17 -0500 Subject: [PATCH] updated with correct module --- module.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/module.json b/module.json index 332cf0f..06e8f65 100644 --- a/module.json +++ b/module.json @@ -2,12 +2,12 @@ "name": "shadowdarklings-importer", "title": "Shadowdarklings.net Importer", "description": "Import JSON characters and items from shadowdarklings.net into Foundry VTT.", - "version": "1.0.4", + "version": "1.0.5", "author": "Booga", "minimumCoreVersion": "11", "compatibleCoreVersion": "12", "esmodules": ["shadowdarklings-importer.js"], "systems": ["shadowdark"], - "manifest": "https://g.kht.dev/kyle/shadowdark-importer/module.json", - "download": "https://g.kht.dev/kyle/shadowdark-importer/archive/v1.0.4.zip" + "manifest": "https://g.kht.dev/kyle/shadowdark-importer/raw/branch/main/module.json", + "download": "https://g.kht.dev/kyle/shadowdark-importer/archive/v1.0.5.zip" }