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/GCodeProfileReader
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/GCodeProfileReader')
-rw-r--r--plugins/GCodeProfileReader/plugin.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/GCodeProfileReader/plugin.json b/plugins/GCodeProfileReader/plugin.json
index 162c31ce35..79bb661ada 100644
--- a/plugins/GCodeProfileReader/plugin.json
+++ b/plugins/GCodeProfileReader/plugin.json
@@ -3,6 +3,6 @@
"author": "Ultimaker B.V.",
"version": "1.0.1",
"description": "Provides support for importing profiles from g-code files.",
- "api": "7.0",
+ "api": "7.1",
"i18n-catalog": "cura"
}