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.
This commit is contained in:
Ghostkeeper 2018-12-14 17:29:02 +01:00
parent ef6f666c3e
commit c235f339ae
No known key found for this signature in database
GPG key ID: 86BEF881AE2CF276
46 changed files with 47 additions and 47 deletions

View file

@ -2,7 +2,7 @@
"name": "Model Checker",
"author": "Ultimaker B.V.",
"version": "0.1",
"api": 5,
"api": "6.0",
"description": "Checks models and print configuration for possible printing issues and give suggestions.",
"i18n-catalog": "cura"
}