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:
authorRemco Burema <r.burema@ultimaker.com>2021-06-15 17:08:07 +0300
committerRemco Burema <r.burema@ultimaker.com>2021-06-15 17:08:07 +0300
commit04002056ae90ddb98f545dadabfe344a2a85ff8d (patch)
tree6ea6b282cebbf4dfa136da0d293e744e12984f6e /plugins/GCodeWriter
parent88f6bb743cad1765a7a1ad9d7f126e7934a59278 (diff)
Update SDK/API from 7.5.0 to 7.6.0 for 4.10
CURA-8320
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 2a00cb5980..8a4138f4e1 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.5.0",
+ "api": "7.6.0",
"i18n-catalog": "cura"
}