Make minimum Foundry version 12

This commit is contained in:
Oliver-Akins 2024-04-28 14:05:23 -06:00
parent 14ab0aa5dc
commit 11d2a2a10f

View file

@ -7,7 +7,7 @@
"manifest": "https://github.com/Oliver-Akins/foundry.dungeon/releases/latest/download/system.json", "manifest": "https://github.com/Oliver-Akins/foundry.dungeon/releases/latest/download/system.json",
"url": "https://github.com/Oliver-Akins/foundry.dungeon", "url": "https://github.com/Oliver-Akins/foundry.dungeon",
"compatibility": { "compatibility": {
"minimum": 11, "minimum": 12,
"verified": 12, "verified": 12,
"maximum": 12 "maximum": 12
}, },