bump module version to 1.1.0 and update compatibility requirements

This commit is contained in:
CPTN Cosmo 2026-04-13 22:03:05 +02:00
parent 922814242d
commit a9d0167ebe

View file

@ -4,11 +4,11 @@
"description": "Adds a browser to easily find and copy Active Effect data paths in Daggerheart.", "description": "Adds a browser to easily find and copy Active Effect data paths in Daggerheart.",
"url": "https://git.geeks.gay/cosmo/dh-path-browser", "url": "https://git.geeks.gay/cosmo/dh-path-browser",
"manifest": "https://git.geeks.gay/cosmo/dh-path-browser/raw/branch/main/module.json", "manifest": "https://git.geeks.gay/cosmo/dh-path-browser/raw/branch/main/module.json",
"download": "https://git.geeks.gay/cosmo/dh-path-browser/releases/download/1.0.0/dh-path-browser.zip", "download": "https://git.geeks.gay/cosmo/dh-path-browser/releases/download/1.1.0/dh-path-browser.zip",
"version": "1.0.0", "version": "1.1.0",
"compatibility": { "compatibility": {
"minimum": "13", "minimum": "13",
"verified": "13" "verified": "14"
}, },
"authors": [ "authors": [
{ {
@ -31,7 +31,7 @@
"id": "daggerheart", "id": "daggerheart",
"type": "system", "type": "system",
"compatibility": { "compatibility": {
"minimum": "1.9.4" "minimum": "1.9.9"
} }
} }
] ]