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>2021-04-06 14:28:08 +0300
committerGhostkeeper <rubend@tutanota.com>2021-04-06 14:28:08 +0300
commit08be77adad2fc475b3ba25dc4652a756adfcfdea (patch)
treebbe4f03a07840c2a92c4d2188930da982c19b90f /plugins/CuraProfileReader
parent81c37ac4f443a4557bb64002b6cc4f9afeae7920 (diff)
Increment SDK version to 7.5.0
The Cura 4.9 release will have expanded functionality. If you have a plug-in that uses this functionality, marking it as using SDK 7.5.0 will notify older Cura releases that they can't use that plug-in.
Diffstat (limited to 'plugins/CuraProfileReader')
-rw-r--r--plugins/CuraProfileReader/plugin.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CuraProfileReader/plugin.json b/plugins/CuraProfileReader/plugin.json
index ad68c08a17..0845dcdcaf 100644
--- a/plugins/CuraProfileReader/plugin.json
+++ b/plugins/CuraProfileReader/plugin.json
@@ -3,6 +3,6 @@
"author": "Ultimaker B.V.",
"version": "1.0.1",
"description": "Provides support for importing Cura profiles.",
- "api": "7.4.0",
+ "api": "7.5.0",
"i18n-catalog": "cura"
}