From 9438233fb50976a12bd4792fe00ce7d54c4cfcd2 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Sun, 28 Jan 2024 20:11:34 -0700 Subject: [PATCH] Point to the latest releases in the repo system.json --- system.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system.json b/system.json index 65ba293..f4cd6e6 100644 --- a/system.json +++ b/system.json @@ -15,8 +15,8 @@ } ], "url": "https://github.com/Oliver-Akins/foundry.dungeon", - "manifest": "https://raw.githubusercontent.com/Oliver-Akins/foundry.dungeon/main/system.json", - "download": "https://github.com/Oliver-Akins/foundry.dungeon/releases/download/untagged-fb28066f8c666cb29371/dotdungeon-v0.0.1.zip", + "manifest": "https://github.com/Oliver-Akins/foundry.dungeon/releases/latest/download/system.json", + "download": "https://github.com/Oliver-Akins/foundry.dungeon/releases/latest/download/dotdungeon.zip", "esmodules": [ "module/dotdungeon.mjs" ],