From dbf7cd0d82d026f719f761d66083ae5eb3d59546 Mon Sep 17 00:00:00 2001 From: Shark that walks like a man <106829671+stwlam@users.noreply.github.com> Date: Tue, 6 Aug 2024 16:21:29 -0500 Subject: [PATCH] Fix minimum system version in module.json (#52) --- module.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module.json b/module.json index 7dc200a..5242c0b 100644 --- a/module.json +++ b/module.json @@ -16,7 +16,7 @@ "type": "system", "manifest": "https://github.com/foundryvtt/pf2e/releases/latest/download/system.json", "compatibility": { - "minimum": "6.2.1" + "minimum": "6.2.0" } } ]