update version to 1.2.0 and refactor button injection for Foundry V14 compatibility

This commit is contained in:
CPTN Cosmo 2026-04-21 19:21:14 +02:00
parent 281c3beb17
commit 1daa6f598e
2 changed files with 71 additions and 28 deletions

View file

@ -2,10 +2,10 @@
"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": "1.1.6",
"version": "1.2.0",
"compatibility": {
"minimum": "13",
"verified": "13"
"verified": "14"
},
"authors": [
{
@ -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/1.1.6/DualityDiceRoller.zip"
"download": "https://git.geeks.gay/cosmo/DualityDiceRoller/releases/download/1.2.0/DualityDiceRoller.zip"
}