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:
authorAleksei S <a.sasin@ultimaker.com>2018-08-27 14:59:00 +0300
committerAleksei S <a.sasin@ultimaker.com>2018-08-27 14:59:00 +0300
commitfe9cada45903c71b64c033fd3603eb6866917a2e (patch)
treeffd91472af095bdcb39e1cdbf401a0c1b7784c3e /plugins/GCodeWriter
parent22ccf074f3b8529bbb541d1da20ca39ff7d9d572 (diff)
Increase plugin API version to 5
CURA-5627
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 5fcb1a3bd7..3bbbab8b95 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": 4,
+ "api": 5,
"i18n-catalog": "cura"
}