From 583f75ae96c8573994d8f6f6e1740e389b1cbff8 Mon Sep 17 00:00:00 2001 From: Russell Larkin Date: Thu, 26 Jan 2023 12:14:37 +0000 Subject: [PATCH] Compatibility Versions - Update compatibility versions for dnd5e system and token-action-hud-core module. --- module.json | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/module.json b/module.json index 27cd217..d361807 100644 --- a/module.json +++ b/module.json @@ -82,7 +82,13 @@ "systems": [ { "id": "dnd5e", - "type": "system" + "type": "system", + "compatibility": [ + { + "minimum": "2.1.0", + "verified": "2.1.4" + } + ] } ], "requires": [ @@ -91,9 +97,9 @@ "type": "module", "compatibility": [ { - "minimum": "1.0.0", + "minimum": "1.0.1", "maximum": "1.0", - "verified": "1.0.0" + "verified": "1.0.1" } ] }