From 381f00467817d7fde50229eab4b048f380631fd1 Mon Sep 17 00:00:00 2001 From: Adam Date: Thu, 1 Feb 2024 14:12:40 -0600 Subject: [PATCH] fixing module and download location --- module.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/module.json b/module.json index 7828306..b8365d6 100644 --- a/module.json +++ b/module.json @@ -1,7 +1,7 @@ { "id": "numenera-base", "title": "Numenera Base", - "version": "1.0.0", + "version": "1.0.1", "compatibility": { "minimum": "11", "verified": "11.313" @@ -42,5 +42,8 @@ "type": "module" } ] - } -} \ No newline at end of file + }, + "download": "https://edit.crownoffire.ltd/adam/numeneraBaseWorld/archive/1.0.1.zip", + "manifest": "https://edit.crownoffire.ltd/adam/numeneraBaseWorld/raw/branch/main/module.json" + +}