diff --git a/module.json b/module.json index 4645fd1..483281d 100644 --- a/module.json +++ b/module.json @@ -2,7 +2,7 @@ "name": "spellbook", "title": "法术书", "description": "提供一个独立于系统的法术书界面。", - "version": "1.3.0", + "version": "1.4.0", "author": "EternalRider", "dependencies": [ ], @@ -14,8 +14,11 @@ ], "packs": [], "url": "https://github.com/fvtt-cn/spellbook", - "minimumCoreVersion": "11", - "compatibleCoreVersion": "12", + "compatibility": { + "minimum": "11", + "maximum": "12", + "verified": "11" + }, "manifest": "https://github.com/fvtt-cn/spellbook/releases/download/1.3.0/module.json", "download": "https://github.com/fvtt-cn/spellbook/releases/download/1.3.0/spellbook.zip" } diff --git a/spellbook.zip b/spellbook.zip index 2b6e0bd..f297d8b 100644 Binary files a/spellbook.zip and b/spellbook.zip differ