From 003b87e49b34cf3b0c8b1fffd6712fe71ff312d3 Mon Sep 17 00:00:00 2001 From: Saif Addin Date: Thu, 3 Jun 2021 13:43:49 +0200 Subject: [PATCH] Extended compatibility for 0.8.6 --- module.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module.json b/module.json index a3c31f4..390eacd 100644 --- a/module.json +++ b/module.json @@ -5,7 +5,7 @@ "description": "Minimal UI allows customizing Foundry interface, by hiding, collapsing or resizing specific parts.", "version": "1.0.4", "minimumCoreVersion": "0.8.3", - "compatibleCoreVersion": "0.8.5", + "compatibleCoreVersion": "0.8.6", "dependencies": [ {"name": "colorsettings"} ],