From ec3649799f277ab23a8e6e4b88193137bc6ee2b4 Mon Sep 17 00:00:00 2001 From: LeRatierBretonnien Date: Thu, 25 May 2023 16:29:43 +0200 Subject: [PATCH] v10/v11 compat --- system.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/system.json b/system.json index 09db932..f19820b 100644 --- a/system.json +++ b/system.json @@ -14,10 +14,11 @@ ], "url": "https://www.uberwald.me/gitea/public/bol", "license": "LICENSE.txt", - "version": "10.5.17", + "version": "11.0.0", "compatibility": { "minimum": "10", - "verified": "10" + "maximum": "11", + "verified": "11" }, "esmodules": [ "module/bol.js" @@ -202,7 +203,7 @@ ], "socket": true, "manifest": "https://www.uberwald.me/gitea/public/bol/raw/v10/system.json", - "download": "https://www.uberwald.me/gitea/public/bol/archive/bol-v10.5.17.zip", + "download": "https://www.uberwald.me/gitea/public/bol/archive/bol-v11.0.0.zip", "background": "systems/bol/ui/page_accueil.webp", "gridDistance": 1.5, "gridUnits": "m",