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>2018-12-14 19:29:02 +0300
committerGhostkeeper <rubend@tutanota.com>2018-12-14 19:29:02 +0300
commitc235f339ae9e59b2c54a9054028a456658c306f1 (patch)
treed3f44774bd08f2450971bca841527dc290524391 /plugins/X3DReader
parentef6f666c3e07b0b9c5fd4ab85023d2a9d29433c2 (diff)
Increment API version to 6
All plug-ins now have to re-check whether they are still compatible with the current version of Cura. Contributes to issue CURA-6019.
Diffstat (limited to 'plugins/X3DReader')
-rw-r--r--plugins/X3DReader/plugin.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/X3DReader/plugin.json b/plugins/X3DReader/plugin.json
index 9ee09e43df..4052ac6605 100644
--- a/plugins/X3DReader/plugin.json
+++ b/plugins/X3DReader/plugin.json
@@ -3,6 +3,6 @@
"author": "Seva Alekseyev",
"version": "0.5.0",
"description": "Provides support for reading X3D files.",
- "api": 5,
+ "api": "6.0",
"i18n-catalog": "cura"
}