From c65506ba0cbf8d24c1c52f1b7481796ed38a6b6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20V=C3=B6gele?= Date: Sat, 3 Jun 2023 16:16:21 +0200 Subject: [PATCH] Verified compatibility with Foundry 11 --- module.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/module.json b/module.json index de790d0..7829e0b 100644 --- a/module.json +++ b/module.json @@ -5,14 +5,15 @@ "version": "1.0.12", "compatibility": { "minimum": "10", - "verified": "10" + "verified": "11" }, "library": true, "authors": [ { "name": "Manuel Vögele", "email": "develop@manuel-voegele.de", - "discord": "Stäbchenfisch#5107" + "discord": "Stäbchenfisch#5107", + "flags": {} } ], "esmodules": [ @@ -24,6 +25,5 @@ "manifest": "https://raw.githubusercontent.com/manuelVo/foundryvtt-socketlib/master/module.json", "readme": "https://github.com/manuelVo/foundryvtt-socketlib/blob/master/README.md", "changelog": "https://github.com/manuelVo/foundryvtt-socketlib/blob/master/CHANGELOG.md", - "bugs": "https://github.com/manuelVo/foundryvtt-socketlib/issues", - "allowBugReporter": false + "bugs": "https://github.com/manuelVo/foundryvtt-socketlib/issues" }