From f6ccd63e78c4a6fb348ef153d0bced1916e4d2c7 Mon Sep 17 00:00:00 2001 From: Alexander Minges Date: Sun, 13 Jul 2025 16:52:34 +0200 Subject: [PATCH] fix: update system version and Foundry compatibility --- system.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/system.json b/system.json index a732ce1b..8751cb40 100644 --- a/system.json +++ b/system.json @@ -32,7 +32,7 @@ "readme": "https://git.f3l.de/dungeonslayers/ds4/raw/tag/2.0.5/README.md", "bugs": "https://git.f3l.de/dungeonslayers/ds4/issues", "changelog": "https://git.f3l.de/dungeonslayers/ds4/releases/tag/2.0.5", - "version": "2.0.5", + "version": "3.0.0", "flags": { "hotReload": { "extensions": ["css", "hbs", "json"], @@ -40,8 +40,8 @@ } }, "compatibility": { - "minimum": "13.0", - "verified": "13" + "minimum": "13", + "verified": "13.346" }, "esmodules": ["ds4.js"], "styles": ["css/ds4.css"],