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:
authorKostas Karmas <konskarm@gmail.com>2020-10-22 12:29:25 +0300
committerKostas Karmas <konskarm@gmail.com>2020-10-22 12:29:25 +0300
commit03dc8d00fe5c9bd802364650f315937f57f5009c (patch)
tree1313947e88a3370620c13f67ee33bdfbadc2bd6f /plugins/MachineSettingsAction
parent1e005260b439d5bfecb0f0964cb8f3f28239e058 (diff)
Up the SDK version to 7.4.0
In preparation for release of the 4.8. CURA-7795
Diffstat (limited to 'plugins/MachineSettingsAction')
-rw-r--r--plugins/MachineSettingsAction/plugin.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/MachineSettingsAction/plugin.json b/plugins/MachineSettingsAction/plugin.json
index 87f00aeeb8..d9a01a80ae 100644
--- a/plugins/MachineSettingsAction/plugin.json
+++ b/plugins/MachineSettingsAction/plugin.json
@@ -3,6 +3,6 @@
"author": "fieldOfView, Ultimaker B.V.",
"version": "1.0.1",
"description": "Provides a way to change machine settings (such as build volume, nozzle size, etc.).",
- "api": "7.3.0",
+ "api": "7.4.0",
"i18n-catalog": "cura"
}