From 7bf0fd90b040474966ed5bd0bbe3f1125f67640d Mon Sep 17 00:00:00 2001 From: Byroks Date: Sat, 25 Nov 2023 19:33:03 +0100 Subject: [PATCH] update verified and maximum version --- source/system.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/system.json b/source/system.json index f831ab0..96c56b3 100644 --- a/source/system.json +++ b/source/system.json @@ -6,7 +6,8 @@ "version": "1.3.0", "compatibility": { "minimum": "10", - "verified": "10" + "verified": "11", + "maximum": "11" }, "authors": [{ "name": "Byroks" }], "scripts": ["bundle.js"],