From d7d6d3a7a4f4dede860a6c9519e65a4dec13099c Mon Sep 17 00:00:00 2001 From: PwQt Date: Thu, 23 May 2024 17:27:26 +0200 Subject: [PATCH] allow foundryv12 and dnd3.2 --- src/module.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/module.json b/src/module.json index 34e25ce..3144969 100644 --- a/src/module.json +++ b/src/module.json @@ -2,11 +2,11 @@ "id": "magicitems", "title": "Magic Items", "description": "Module that adds the ability to create magical items with spells or feats that belong to the item itself, such as staffs or magic wands, which will be automatically inherited from the character who owns the item.", - "version": "4.1.2.1", + "version": "4.1.5", "compatibility": { "minimum": 11, "verified": 11.315, - "maximum": 11.315 + "maximum": 12.999 }, "authors": [ { @@ -140,8 +140,8 @@ "manifest": "https://raw.githubusercontent.com/foundryvtt/dnd5e/master/system.json", "compatibility": { "minimum": "3.0.0", - "verified": "3.1.1", - "maximum": "3.1.999" + "verified": "3.1.2", + "maximum": "3.2.999" } } ],