@@ -9,7 +9,7 @@ export default initCollection(DwcPlugin, [
9
9
id : "GCodeViewer" ,
10
10
name : "G-Code Viewer" ,
11
11
author : "Juan Rosario" ,
12
- version : "3.5.3 " ,
12
+ version : "3.5.4 " ,
13
13
loadDwcResources : ( ) => import (
14
14
/* webpackChunkName: "GCodeViewer" */
15
15
"./GCodeViewer/index"
@@ -19,7 +19,7 @@ export default initCollection(DwcPlugin, [
19
19
id : "HeightMap" ,
20
20
name : "Height Map" ,
21
21
author : "Duet3D Ltd" ,
22
- version : "3.5.3 " ,
22
+ version : "3.5.4 " ,
23
23
loadDwcResources : ( ) => import (
24
24
/* webpackChunkName: "HeightMap" */
25
25
"./HeightMap/index"
@@ -29,7 +29,7 @@ export default initCollection(DwcPlugin, [
29
29
id : "InputShaping" ,
30
30
name : "Input Shaping" ,
31
31
author : "Duet3D Ltd" ,
32
- version : "3.5.3 " ,
32
+ version : "3.5.4 " ,
33
33
loadDwcResources : ( ) => import (
34
34
/* webpackChunkName: "InputShaping" */
35
35
"./InputShaping/index"
@@ -39,7 +39,7 @@ export default initCollection(DwcPlugin, [
39
39
id : "ObjectModelBrowser" ,
40
40
name : "Object Model Browser" ,
41
41
author : "Duet3D Ltd" ,
42
- version : "3.5.3 " ,
42
+ version : "3.5.4 " ,
43
43
loadDwcResources : ( ) => import (
44
44
/* webpackChunkName: "ObjectModelBrowser" */
45
45
"./ObjectModelBrowser/index"
@@ -49,7 +49,7 @@ export default initCollection(DwcPlugin, [
49
49
id : "OnScreenKeyboard" ,
50
50
name : "On-Screen Keyboard" ,
51
51
author : "Duet3D Ltd" ,
52
- version : "3.5.3 " ,
52
+ version : "3.5.4 " ,
53
53
loadDwcResources : ( ) => import (
54
54
/* webpackChunkName: "OnScreenKeyboard" */
55
55
"./OnScreenKeyboard/index"
0 commit comments