Verified compatibility with Foundry 11

This commit is contained in:
2023-06-03 16:16:21 +02:00
parent bf59633a16
commit c65506ba0c

View File

@@ -5,14 +5,15 @@
"version": "1.0.12", "version": "1.0.12",
"compatibility": { "compatibility": {
"minimum": "10", "minimum": "10",
"verified": "10" "verified": "11"
}, },
"library": true, "library": true,
"authors": [ "authors": [
{ {
"name": "Manuel Vögele", "name": "Manuel Vögele",
"email": "develop@manuel-voegele.de", "email": "develop@manuel-voegele.de",
"discord": "Stäbchenfisch#5107" "discord": "Stäbchenfisch#5107",
"flags": {}
} }
], ],
"esmodules": [ "esmodules": [
@@ -24,6 +25,5 @@
"manifest": "https://raw.githubusercontent.com/manuelVo/foundryvtt-socketlib/master/module.json", "manifest": "https://raw.githubusercontent.com/manuelVo/foundryvtt-socketlib/master/module.json",
"readme": "https://github.com/manuelVo/foundryvtt-socketlib/blob/master/README.md", "readme": "https://github.com/manuelVo/foundryvtt-socketlib/blob/master/README.md",
"changelog": "https://github.com/manuelVo/foundryvtt-socketlib/blob/master/CHANGELOG.md", "changelog": "https://github.com/manuelVo/foundryvtt-socketlib/blob/master/CHANGELOG.md",
"bugs": "https://github.com/manuelVo/foundryvtt-socketlib/issues", "bugs": "https://github.com/manuelVo/foundryvtt-socketlib/issues"
"allowBugReporter": false
} }