From e40c201dceefe1acaffe9e42419deb4b3442c6fa Mon Sep 17 00:00:00 2001 From: Alexander Minges Date: Sun, 13 Jul 2025 15:23:37 +0200 Subject: [PATCH] feat: update compatibility info in system.json --- system.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system.json b/system.json index 36245e6f..a732ce1b 100644 --- a/system.json +++ b/system.json @@ -40,8 +40,8 @@ } }, "compatibility": { - "minimum": "12.331", - "verified": "12" + "minimum": "13.0", + "verified": "13" }, "esmodules": ["ds4.js"], "styles": ["css/ds4.css"],