From d45d4b45f1eb4b7484e5e26f5b2e46b4ea7bde49 Mon Sep 17 00:00:00 2001 From: CPTN Cosmo Date: Tue, 10 Feb 2026 22:49:30 +0100 Subject: [PATCH] fix module.json --- module.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/module.json b/module.json index 79a95ee..98f65ce 100644 --- a/module.json +++ b/module.json @@ -2,7 +2,7 @@ "id": "duality-roller", "title": "Daggerheart Duality Dice Roller", "description": "Adds a button next to the chat dice/controls that triggers the /dr command for the Foundryborne Daggerheart system.", - "version": "0.1.7", + "version": "0.1.6", "compatibility": { "minimum": "13", "verified": "13" @@ -21,6 +21,6 @@ "packs": [], "languages": [], "url": "https://git.geeks.gay/cosmo/DualityDiceRoller", - "manifest": "https://git.geeks.gay/cosmo/DualityDiceRoller/src/branch/main/module.json", - "download": "https://git.geeks.gay/cosmo/DualityDiceRoller/releases/download/0.1.7/duality-roller.zip" -} \ No newline at end of file + "manifest": "https://git.geeks.gay/cosmo/DualityDiceRoller/raw/branch/main/module.json", + "download": "https://git.geeks.gay/cosmo/DualityDiceRoller/releases/download/0.1.7/DualityDiceRoller.zip" +}