From 08be77adad2fc475b3ba25dc4652a756adfcfdea Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Tue, 6 Apr 2021 13:28:08 +0200 Subject: Increment SDK version to 7.5.0 The Cura 4.9 release will have expanded functionality. If you have a plug-in that uses this functionality, marking it as using SDK 7.5.0 will notify older Cura releases that they can't use that plug-in. --- plugins/GCodeWriter/plugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/GCodeWriter') diff --git a/plugins/GCodeWriter/plugin.json b/plugins/GCodeWriter/plugin.json index c924f3ebcd..2a00cb5980 100644 --- a/plugins/GCodeWriter/plugin.json +++ b/plugins/GCodeWriter/plugin.json @@ -3,6 +3,6 @@ "author": "Ultimaker B.V.", "version": "1.0.1", "description": "Writes g-code to a file.", - "api": "7.4.0", + "api": "7.5.0", "i18n-catalog": "cura" } -- cgit v1.2.3