Increase plugin API version to 5

CURA-5627
This commit is contained in:
Aleksei S 2018-08-27 13:59:00 +02:00
parent 22ccf074f3
commit fe9cada459
43 changed files with 43 additions and 43 deletions

View file

@ -2,7 +2,7 @@
"name": "USB printing",
"author": "Ultimaker B.V.",
"version": "1.0.0",
"api": 4,
"api": 5,
"description": "Accepts G-Code and sends them to a printer. Plugin can also update firmware.",
"i18n-catalog": "cura"
}