From 851ca44de1a6d3737448c9676f4993ce56670d88 Mon Sep 17 00:00:00 2001 From: Oliver Date: Thu, 12 Feb 2026 21:22:29 -0700 Subject: [PATCH] Update manifest version and Foundry compatibility (closes #45) --- module.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module.json b/module.json index 92e7f6e..7b2b8e6 100644 --- a/module.json +++ b/module.json @@ -1,7 +1,7 @@ { "id": "oft", "title": "Oliver's Foundry Tweaks", - "version": "1.2.0", + "version": "1.3.0", "authors": [ { "name": "Oliver" } ], @@ -11,7 +11,7 @@ "compatibility": { "minimum": 13, "verified": 13, - "maximum": 13 + "maximum": 14 }, "esmodules": [ "module/oft.mjs",