From 6cd09b0e5b1ae81ea3e11d7463213a55c9995423 Mon Sep 17 00:00:00 2001 From: fieldOfView Date: Sun, 28 Jul 2024 10:38:38 +0200 Subject: [PATCH] Mark compatible with Cura 5.8 --- plugin.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugin.json b/plugin.json index eb57da4..00c500a 100644 --- a/plugin.json +++ b/plugin.json @@ -1,15 +1,15 @@ { "name": "Sidebar GUI", "author": "fieldOfView", - "version": "4.6.5", + "version": "4.6.6-DEV", "minimum_cura_version": "4.0", - "maximum_cura_version": "5.7", + "maximum_cura_version": "5.8", "description": "Provides an alternative, setting-centric interface based around a fixed sidebar", "api": "6.0.0", "supported_sdk_versions": [ "6.0.0", "6.1.0", "6.2.0", "6.3.0", "7.0.0", "7.1.0", "7.2.0", "7.3.0", "7.4.0", "7.5.0", "7.6.0", "7.7.0", "7.8.0", "7.9.0", - "8.0.0", "8.1.0", "8.2.0", "8.3.0", "8.4.0", "8.5.0", "8.6.0", "8.7.0" + "8.0.0", "8.1.0", "8.2.0", "8.3.0", "8.4.0", "8.5.0", "8.6.0", "8.7.0", "8.8.0" ], "i18n-catalog": "cura" } \ No newline at end of file