Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorninovanhooff <ninovanhooff@gmail.com>2019-10-23 12:54:49 +0300
committerGitHub <noreply@github.com>2019-10-23 12:54:49 +0300
commit9beea85482a7a432c97798043eba5dfc86989975 (patch)
treee41c9dfd0a7fbaffa44e4d0db4e6d15f6e366f9e /plugins/VersionUpgrade/VersionUpgrade43to44
parentfe70cb23bf25933ee5d4d90fc5316de7f471bf02 (diff)
parenta88887dbdb2b2068c0d0381c1fcf1c4e89ccbe78 (diff)
Merge pull request #6566 from Ultimaker/CURA-6858_increase_sdk_ver_7_0
Change SDK version to 7.0.0
Diffstat (limited to 'plugins/VersionUpgrade/VersionUpgrade43to44')
-rw-r--r--plugins/VersionUpgrade/VersionUpgrade43to44/plugin.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/VersionUpgrade/VersionUpgrade43to44/plugin.json b/plugins/VersionUpgrade/VersionUpgrade43to44/plugin.json
index 355f2f58db..37575396e3 100644
--- a/plugins/VersionUpgrade/VersionUpgrade43to44/plugin.json
+++ b/plugins/VersionUpgrade/VersionUpgrade43to44/plugin.json
@@ -3,6 +3,6 @@
"author": "Ultimaker B.V.",
"version": "1.0.0",
"description": "Upgrades configurations from Cura 4.3 to Cura 4.4.",
- "api": "6.0",
+ "api": "7.0",
"i18n-catalog": "cura"
}