Update API version of two required plugins

This commit is contained in:
Arjen Hiemstra 2016-05-09 12:06:35 +02:00
parent 44246c0676
commit 38492cb230
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@ def getMetaData():
"name": catalog.i18nc("@label", "CuraEngine Backend"), "name": catalog.i18nc("@label", "CuraEngine Backend"),
"author": "Ultimaker", "author": "Ultimaker",
"description": catalog.i18nc("@info:whatsthis", "Provides the link to the CuraEngine slicing backend."), "description": catalog.i18nc("@info:whatsthis", "Provides the link to the CuraEngine slicing backend."),
"api": 2 "api": 3
} }
} }

View file

@ -13,7 +13,7 @@ def getMetaData():
"author": "Ultimaker", "author": "Ultimaker",
"version": "1.0", "version": "1.0",
"description": i18n_catalog.i18nc("@info:whatsthis", "Provides a normal solid mesh view."), "description": i18n_catalog.i18nc("@info:whatsthis", "Provides a normal solid mesh view."),
"api": 2 "api": 3
}, },
"view": { "view": {
"name": i18n_catalog.i18nc("@item:inmenu", "Solid"), "name": i18n_catalog.i18nc("@item:inmenu", "Solid"),