Browse Source

Use semantic versioning for all plugin.json

CURA-3712
Lipu Fei 7 years ago
parent
commit
4ea8cc448a

+ 1 - 1
plugins/CuraProfileReader/plugin.json

@@ -1,7 +1,7 @@
 {
     "name": "Cura Profile Reader",
     "author": "Ultimaker",
-    "version": "1.0",
+    "version": "1.0.0",
     "description": "Provides support for importing Cura profiles.",
     "api": 4,
     "i18n-catalog": "cura"

+ 1 - 1
plugins/CuraProfileWriter/plugin.json

@@ -1,7 +1,7 @@
 {
     "name": "Cura Profile Writer",
     "author": "Ultimaker",
-    "version": "1.0",
+    "version": "1.0.0",
     "description": "Provides support for exporting Cura profiles.",
     "api": 4,
     "i18n-catalog":"cura"

+ 1 - 1
plugins/GCodeReader/plugin.json

@@ -1,7 +1,7 @@
 {
     "name": "G-code Reader",
     "author": "Victor Larchenko",
-    "version": "1.0",
+    "version": "1.0.0",
     "description": "Allows loading and displaying G-code files.",
     "api": 4,
     "i18n-catalog": "cura"

+ 1 - 1
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"

+ 1 - 1
plugins/ImageReader/plugin.json

@@ -1,7 +1,7 @@
 {
     "name": "Image Reader",
     "author": "Ultimaker",
-    "version": "1.0",
+    "version": "1.0.0",
     "description": "Enables ability to generate printable geometry from 2D image files.",
     "api": 4,
     "i18n-catalog": "cura"

+ 1 - 1
plugins/LayerView/plugin.json

@@ -1,7 +1,7 @@
 {
     "name": "Layer View",
     "author": "Ultimaker",
-    "version": "1.0",
+    "version": "1.0.0",
     "description": "Provides the Layer view.",
     "api": 4,
     "i18n-catalog": "cura"

+ 1 - 1
plugins/LegacyProfileReader/plugin.json

@@ -1,7 +1,7 @@
 {
     "name": "Legacy Cura Profile Reader",
     "author": "Ultimaker",
-    "version": "1.0",
+    "version": "1.0.0",
     "description": "Provides support for importing profiles from legacy Cura versions.",
     "api": 4,
     "i18n-catalog": "cura"

+ 1 - 1
plugins/PerObjectSettingsTool/plugin.json

@@ -1,7 +1,7 @@
 {
     "name": "Per Model Settings Tool",
     "author": "Ultimaker",
-    "version": "1.0",
+    "version": "1.0.0",
     "description": "Provides the Per Model Settings.",
     "api": 4,
     "i18n-catalog": "cura"

+ 1 - 1
plugins/RemovableDriveOutputDevice/plugin.json

@@ -2,7 +2,7 @@
     "name": "Removable Drive Output Device Plugin",
     "author": "Ultimaker B.V.",
     "description": "Provides removable drive hotplugging and writing support.",
-    "version": "1.0",
+    "version": "1.0.0",
     "api": 4,
     "i18n-catalog": "cura"
 }

+ 1 - 1
plugins/SliceInfoPlugin/plugin.json

@@ -1,7 +1,7 @@
 {
     "name": "Slice info",
     "author": "Ultimaker",
-    "version": "1.0",
+    "version": "1.0.0",
     "description": "Submits anonymous slice info. Can be disabled through preferences.",
     "api": 4,
     "i18n-catalog": "cura"

Some files were not shown because too many files changed in this diff