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>2020-02-10 12:45:07 +0300
committerGhostkeeper <rubend@tutanota.com>2020-02-10 12:45:07 +0300
commit6f707f3149f4d36192703a8bcabc2a89507036c7 (patch)
tree24316a70a3a8625579f3ae55dbe0120a3a66dff7 /plugins/GCodeReader
parente6af3f3842fcd3a1082af2f8df4ea32d92e9e954 (diff)
Bump SDK version number of Cura 4.5 to 7.1
We've added new things to our API. This allows plug-in developers to use them. Contributes to issue CURA-7205.
Diffstat (limited to 'plugins/GCodeReader')
-rw-r--r--plugins/GCodeReader/plugin.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/GCodeReader/plugin.json b/plugins/GCodeReader/plugin.json
index e34fefbdff..49cd06641c 100644
--- a/plugins/GCodeReader/plugin.json
+++ b/plugins/GCodeReader/plugin.json
@@ -1,8 +1,8 @@
{
"name": "G-code Reader",
- "author": "Victor Larchenko, Ultimaker",
+ "author": "Victor Larchenko, Ultimaker B.V.",
"version": "1.0.1",
"description": "Allows loading and displaying G-code files.",
- "api": "7.0",
+ "api": "7.1",
"i18n-catalog": "cura"
}