From 9e48baf9640f6aa2b083abb917c9e97bd6b27645 Mon Sep 17 00:00:00 2001 From: fzumpe <111559888+fzumpe@users.noreply.github.com> Date: Thu, 21 May 2026 02:19:20 +0200 Subject: [PATCH] Update URLs for module manifest and download --- module.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module.json b/module.json index 3242b8a..cc31598 100644 --- a/module.json +++ b/module.json @@ -54,6 +54,6 @@ } ], "url": "https://github.com/fzumpe/foundry-dnd5e-adaptive-resistances", - "manifest": "https://github.com/fzumpe/foundry-dnd5e-adaptive-resistances/releases/latest/download/module.json", - "download": "https://github.com/fzumpe/foundry-dnd5e-adaptive-resistances/releases/download/V1.0.0/adaptive-damage-resistance-v1.0.0.zip" + "manifest": "https://raw.githubusercontent.com/fzumpe/foundry-dnd5e-adaptive-resistances/refs/heads/V1.0.0/module.json", + "download": "https://github.com/fzumpe/foundry-dnd5e-adaptive-resistances/releases/download/V1.0.0/adaptive-damage-resistance.zip" }