Increment XRayView API number

This plug-in still works, so this can be incremented without trouble.

Contributes to issue CURA-1278.
This commit is contained in:
Ghostkeeper 2016-05-20 14:06:07 +02:00
parent e9380ba83d
commit 7cc62db81d

View file

@ -13,7 +13,7 @@ def getMetaData():
"author": "Ultimaker", "author": "Ultimaker",
"version": "1.0", "version": "1.0",
"description": catalog.i18nc("@info:whatsthis", "Provides the X-Ray view."), "description": catalog.i18nc("@info:whatsthis", "Provides the X-Ray view."),
"api": 2 "api": 3
}, },
"view": { "view": {
"name": catalog.i18nc("@item:inlistbox", "X-Ray"), "name": catalog.i18nc("@item:inlistbox", "X-Ray"),