From fc85b584c23f7a9071a5928c324c8d496ea8f477 Mon Sep 17 00:00:00 2001 From: cptn-cosmo Date: Sun, 31 Aug 2025 22:47:24 +0200 Subject: [PATCH] 0.1.1 release, should fix installations --- module.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/module.json b/module.json index f623474..2eaf0c1 100644 --- a/module.json +++ b/module.json @@ -2,7 +2,7 @@ "id": "duality-roller", "title": "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.0", + "version": "0.1.1", "compatibility": { "minimum": "13", "verified": "13" @@ -15,6 +15,6 @@ "packs": [], "languages": [], "url": "https://github.com/cptn-cosmo/DualityDiceRoller", - "manifest": "https://github.com/cptn-cosmo/DualityDiceRoller/raw/refs/tags/0.1.0/module.json", - "download": "https://github.com/cptn-cosmo/DualityDiceRoller/archive/refs/tags/0.1.0.zip" + "manifest": "https://github.com/cptn-cosmo/DualityDiceRoller/raw/refs/tags/0.1.1/module.json", + "download": "https://github.com/cptn-cosmo/DualityDiceRoller/raw/refs/tags/0.1.1/module.zip" }