diff --git a/plugins/Toolbox/resources/qml/ToolboxInstalledTileActions.qml b/plugins/Toolbox/resources/qml/ToolboxInstalledTileActions.qml index 0ca0bd4fd5..0ae738b71d 100644 --- a/plugins/Toolbox/resources/qml/ToolboxInstalledTileActions.qml +++ b/plugins/Toolbox/resources/qml/ToolboxInstalledTileActions.qml @@ -77,8 +77,11 @@ Column Connections { target: toolbox - onMetadataChanged: canUpdate = toolbox.canUpdate(model.id) - onMetadataChanged: canDowngrade = toolbox.canDowngrade(model.id) + onMetadataChanged: + { + canUpdate = toolbox.canUpdate(model.id) + canDowngrade = toolbox.canDowngrade(model.id) + } } } } diff --git a/resources/bundled_packages.json b/resources/bundled_packages.json index 5f5ce12554..8d58f226b0 100644 --- a/resources/bundled_packages.json +++ b/resources/bundled_packages.json @@ -974,7 +974,7 @@ "package_type": "material", "display_name": "Ultimaker ABS", "description": "Example package for material and quality profiles for Ultimaker materials.", - "package_version": "0.5.0", + "package_version": "1.0.0", "cura_version": 4, "website": "https://ultimaker.com/products/materials/abs", "author": {