From f7931cf0fd66577f3937807bba2f32590ac699d0 Mon Sep 17 00:00:00 2001 From: Daxiongmao87 Date: Thu, 7 Nov 2024 22:10:19 -0500 Subject: [PATCH] Update module.json Corrected links --- module.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module.json b/module.json index ae0a9b7..c64e16d 100644 --- a/module.json +++ b/module.json @@ -3,8 +3,8 @@ "description": "A GPT powered journal content generator.", "version": "0.4.0", "url": "https://github.com/Daxiongmao87/legend-lore", - "manifest": "https://github.com/Daxiongmao87/legend-lore/releases/latest/download/module.json", - "download": "https://github.com/Daxiongmao87/legend-lore/releases/latest/download/module.zip", + "manifest": "https://github.com/Daxiongmao87/legend-lore-foundry/releases/download/v0.4.0/module.json", + "download": "https://github.com/Daxiongmao87/legend-lore-foundry/archive/refs/tags/v0.4.0.zip", "esmodules": [ "scripts/main.js" ],