From 6caf76896eb7e844aba522b23119432d2e6d1ae7 Mon Sep 17 00:00:00 2001 From: cosmo Date: Wed, 11 Feb 2026 16:28:32 +0100 Subject: [PATCH 1/3] Update module.json fix download url in manifest --- module.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module.json b/module.json index 98f65ce..5ab7736 100644 --- a/module.json +++ b/module.json @@ -22,5 +22,5 @@ "languages": [], "url": "https://git.geeks.gay/cosmo/DualityDiceRoller", "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" + "download": "https://git.geeks.gay/cosmo/DualityDiceRoller/releases/download/0.1.6/DualityDiceRoller.zip" } From 4c1da03b8bb4b7df1acb966bd0dfdd2ce6be79be Mon Sep 17 00:00:00 2001 From: cosmo Date: Wed, 11 Feb 2026 16:34:55 +0100 Subject: [PATCH 2/3] Update README.md fixed manifest URL in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f169fda..42b9517 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Works only with the Foundryborne Daggerheart system. ## 📦 Installation 1. In Foundry VTT, go to **Settings → Add-on Modules → Install Module**. -2. Paste this manifest link: `https://github.com/cptn-cosmo/DualityDiceRoller/releases/latest/download/module.json` +2. Paste this manifest link: `https://git.geeks.gay/cosmo/DualityDiceRoller/raw/branch/main/module.json` 3. Enable the module in **World Settings → Manage Modules**. --- From 6e48f78ae6e9cb24a212e3a405dbf19a2f09c352 Mon Sep 17 00:00:00 2001 From: CPTN Cosmo Date: Wed, 11 Feb 2026 18:09:01 +0100 Subject: [PATCH 3/3] fixed version numbers and URLs --- module.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/module.json b/module.json index 98f65ce..ed3df3e 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.6", + "version": "1.1.6", "compatibility": { "minimum": "13", "verified": "13" @@ -22,5 +22,5 @@ "languages": [], "url": "https://git.geeks.gay/cosmo/DualityDiceRoller", "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" -} + "download": "https://git.geeks.gay/cosmo/DualityDiceRoller/releases/download/1.1.6/DualityDiceRoller.zip" +} \ No newline at end of file