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:
authorLipu Fei <lipu.fei815@gmail.com>2017-06-22 09:57:20 +0300
committerLipu Fei <lipu.fei815@gmail.com>2017-06-22 09:57:47 +0300
commit4ea8cc448a2ba15c10432ea29cdfa7a5209cdb8c (patch)
treef2c3a7b2e39df97fc08ebe7f5e707104865756ed /plugins/GCodeWriter
parent73f598ff9fe776a109f513b572a8f877e3beeb62 (diff)
Use semantic versioning for all plugin.json
CURA-3712
Diffstat (limited to 'plugins/GCodeWriter')
-rw-r--r--plugins/GCodeWriter/plugin.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/GCodeWriter/plugin.json b/plugins/GCodeWriter/plugin.json
index 40b63a435c..d98d9426f2 100644
--- a/plugins/GCodeWriter/plugin.json
+++ b/plugins/GCodeWriter/plugin.json
@@ -1,7 +1,7 @@
{
"name": "GCode Writer",
"author": "Ultimaker",
- "version": "1.0",
+ "version": "1.0.0",
"description": "Writes GCode to a file.",
"api": 4,
"i18n-catalog": "cura"