Browse Source

Update API version of two required plugins

Arjen Hiemstra 8 years ago
parent
commit
38492cb230
2 changed files with 2 additions and 2 deletions
  1. 1 1
      plugins/CuraEngineBackend/__init__.py
  2. 1 1
      plugins/SolidView/__init__.py

+ 1 - 1
plugins/CuraEngineBackend/__init__.py

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

+ 1 - 1
plugins/SolidView/__init__.py

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