From e340a68cff25cdb4238258f271dcd197dd0b98f5 Mon Sep 17 00:00:00 2001 From: Sven Balzer <4653051+Kyuusokuna@users.noreply.github.com> Date: Thu, 1 May 2025 10:14:18 +0200 Subject: [PATCH] change minimum and verified foundry versions to 13 --- system.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system.json b/system.json index c64d80f..514129a 100644 --- a/system.json +++ b/system.json @@ -65,8 +65,8 @@ ], "compatibility": { - "minimum": "12", - "verified": "12" + "minimum": "13", + "verified": "13" }, "version": "0.1.5",