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:
authorAleksei S <a.sasin@ultimaker.com>2018-08-27 14:59:00 +0300
committerAleksei S <a.sasin@ultimaker.com>2018-08-27 14:59:00 +0300
commitfe9cada45903c71b64c033fd3603eb6866917a2e (patch)
treeffd91472af095bdcb39e1cdbf401a0c1b7784c3e /plugins/ModelChecker
parent22ccf074f3b8529bbb541d1da20ca39ff7d9d572 (diff)
Increase plugin API version to 5
CURA-5627
Diffstat (limited to 'plugins/ModelChecker')
-rw-r--r--plugins/ModelChecker/plugin.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ModelChecker/plugin.json b/plugins/ModelChecker/plugin.json
index a9190adcaa..3753c0cc88 100644
--- a/plugins/ModelChecker/plugin.json
+++ b/plugins/ModelChecker/plugin.json
@@ -2,7 +2,7 @@
"name": "Model Checker",
"author": "Ultimaker B.V.",
"version": "0.1",
- "api": 4,
+ "api": 5,
"description": "Checks models and print configuration for possible printing issues and give suggestions.",
"i18n-catalog": "cura"
}