@@ -9,7 +9,7 @@ export default initCollection(DwcPlugin, [
99 id : "GCodeViewer" ,
1010 name : "G-Code Viewer" ,
1111 author : "Juan Rosario" ,
12- version : "3.6.0-rc.3 " ,
12+ version : "3.6.0" ,
1313 loadDwcResources : ( ) => import (
1414 /* webpackChunkName: "GCodeViewer" */
1515 "./GCodeViewer/index"
@@ -19,7 +19,7 @@ export default initCollection(DwcPlugin, [
1919 id : "HeightMap" ,
2020 name : "Height Map" ,
2121 author : "Duet3D Ltd" ,
22- version : "3.6.0-rc.3 " ,
22+ version : "3.6.0" ,
2323 loadDwcResources : ( ) => import (
2424 /* webpackChunkName: "HeightMap" */
2525 "./HeightMap/index"
@@ -29,7 +29,7 @@ export default initCollection(DwcPlugin, [
2929 id : "InputShaping" ,
3030 name : "Input Shaping" ,
3131 author : "Duet3D Ltd" ,
32- version : "3.6.0-rc.3 " ,
32+ version : "3.6.0" ,
3333 loadDwcResources : ( ) => import (
3434 /* webpackChunkName: "InputShaping" */
3535 "./InputShaping/index"
@@ -39,7 +39,7 @@ export default initCollection(DwcPlugin, [
3939 id : "ObjectModelBrowser" ,
4040 name : "Object Model Browser" ,
4141 author : "Duet3D Ltd" ,
42- version : "3.6.0-rc.3 " ,
42+ version : "3.6.0" ,
4343 loadDwcResources : ( ) => import (
4444 /* webpackChunkName: "ObjectModelBrowser" */
4545 "./ObjectModelBrowser/index"
@@ -49,7 +49,7 @@ export default initCollection(DwcPlugin, [
4949 id : "OnScreenKeyboard" ,
5050 name : "On-Screen Keyboard" ,
5151 author : "Duet3D Ltd" ,
52- version : "3.6.0-rc.3 " ,
52+ version : "3.6.0" ,
5353 loadDwcResources : ( ) => import (
5454 /* webpackChunkName: "OnScreenKeyboard" */
5555 "./OnScreenKeyboard/index"
0 commit comments