0.1.1 release, should fix installations

This commit is contained in:
CPTN Cosmo 2025-08-31 22:47:24 +02:00
parent bc4bfa8bc2
commit fc85b584c2

View file

@ -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"
}