fix: update system version and Foundry compatibility

This commit is contained in:
Alexander Minges 2025-07-13 16:52:34 +02:00
parent 4479cdc4de
commit f6ccd63e78
Signed by: Athemis
GPG key ID: 31FBDEF92DDB162B

View file

@ -32,7 +32,7 @@
"readme": "https://git.f3l.de/dungeonslayers/ds4/raw/tag/2.0.5/README.md",
"bugs": "https://git.f3l.de/dungeonslayers/ds4/issues",
"changelog": "https://git.f3l.de/dungeonslayers/ds4/releases/tag/2.0.5",
"version": "2.0.5",
"version": "3.0.0",
"flags": {
"hotReload": {
"extensions": ["css", "hbs", "json"],
@ -40,8 +40,8 @@
}
},
"compatibility": {
"minimum": "13.0",
"verified": "13"
"minimum": "13",
"verified": "13.346"
},
"esmodules": ["ds4.js"],
"styles": ["css/ds4.css"],