Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhostkeeper <rubend@tutanota.com>2018-12-14 19:29:02 +0300
committerGhostkeeper <rubend@tutanota.com>2018-12-14 19:29:02 +0300
commitc235f339ae9e59b2c54a9054028a456658c306f1 (patch)
treed3f44774bd08f2450971bca841527dc290524391 /plugins/GCodeWriter
parentef6f666c3e07b0b9c5fd4ab85023d2a9d29433c2 (diff)
Increment API version to 6
All plug-ins now have to re-check whether they are still compatible with the current version of Cura. Contributes to issue CURA-6019.
Diffstat (limited to 'plugins/GCodeWriter')
-rw-r--r--plugins/GCodeWriter/plugin.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/GCodeWriter/plugin.json b/plugins/GCodeWriter/plugin.json
index 3bbbab8b95..78b63a582f 100644
--- a/plugins/GCodeWriter/plugin.json
+++ b/plugins/GCodeWriter/plugin.json
@@ -3,6 +3,6 @@
"author": "Ultimaker B.V.",
"version": "1.0.0",
"description": "Writes g-code to a file.",
- "api": 5,
+ "api": "6.0",
"i18n-catalog": "cura"
}