fixed range detection for actions

This commit is contained in:
CPTN Cosmo 2026-01-24 11:39:37 +01:00
parent fd0e718a1c
commit b6a1af9926
No known key found for this signature in database
2 changed files with 14 additions and 7 deletions

View file

@ -1,7 +1,7 @@
{
"id": "dh-importer",
"title": "Daggerheart Statblock Importer",
"version": "1.1.0",
"version": "1.1.1",
"compatibility": {
"minimum": "13",
"verified": "13"
@ -34,5 +34,5 @@
"description": "Imports Adversaries and Environments from text blocks into the Daggerheart system.",
"url": "https://github.com/cptn-cosmo/dh-importer",
"manifest": "https://git.geeks.gay/cosmo/dh-importer/raw/branch/main/module.json",
"download": "https://git.geeks.gay/cosmo/dh-importer/releases/download/1.1.0/dh-importer.zip"
"download": "https://git.geeks.gay/cosmo/dh-importer/releases/download/1.1.1/dh-importer.zip"
}