Skip to content

Commit 6cd09b0

Browse files
committed
Mark compatible with Cura 5.8
1 parent 1375538 commit 6cd09b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

plugin.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "Sidebar GUI",
33
"author": "fieldOfView",
4-
"version": "4.6.5",
4+
"version": "4.6.6-DEV",
55
"minimum_cura_version": "4.0",
6-
"maximum_cura_version": "5.7",
6+
"maximum_cura_version": "5.8",
77
"description": "Provides an alternative, setting-centric interface based around a fixed sidebar",
88
"api": "6.0.0",
99
"supported_sdk_versions": [
1010
"6.0.0", "6.1.0", "6.2.0", "6.3.0",
1111
"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",
12-
"8.0.0", "8.1.0", "8.2.0", "8.3.0", "8.4.0", "8.5.0", "8.6.0", "8.7.0"
12+
"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"
1313
],
1414
"i18n-catalog": "cura"
1515
}

0 commit comments

Comments
 (0)