From 11d2a2a10fdb30a415a2689a9d710de08ba8cfb9 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Sun, 28 Apr 2024 14:05:23 -0600 Subject: [PATCH] Make minimum Foundry version 12 --- system.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system.json b/system.json index 2dda060..6bbb1d8 100644 --- a/system.json +++ b/system.json @@ -7,7 +7,7 @@ "manifest": "https://github.com/Oliver-Akins/foundry.dungeon/releases/latest/download/system.json", "url": "https://github.com/Oliver-Akins/foundry.dungeon", "compatibility": { - "minimum": 11, + "minimum": 12, "verified": 12, "maximum": 12 },