From 66ebdae825d02f22b2b442286ad8893d5656f606 Mon Sep 17 00:00:00 2001 From: Jelle Spijker Date: Tue, 12 Sep 2023 17:09:16 +0200 Subject: [PATCH] Use the correct plugin name Contributes to CURA-10953 --- plugins/VersionUpgrade/VersionUpgrade54to55/plugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/VersionUpgrade/VersionUpgrade54to55/plugin.json b/plugins/VersionUpgrade/VersionUpgrade54to55/plugin.json index 9936564358..91d6248d5e 100644 --- a/plugins/VersionUpgrade/VersionUpgrade54to55/plugin.json +++ b/plugins/VersionUpgrade/VersionUpgrade54to55/plugin.json @@ -1,5 +1,5 @@ { - "name": "Version Upgrade 5.3 to 5.4", + "name": "Version Upgrade 5.4 to 5.5", "author": "UltiMaker", "version": "1.0.0", "description": "Upgrades configurations from Cura 5.4 to Cura 5.5.",