Skip to content

Commit 9fd158c

Browse files
committed
Version 3.5.4
1 parent 70cfc17 commit 9fd158c

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "duetwebcontrol",
3-
"version": "3.5.3",
3+
"version": "3.5.4",
44
"author": "Christian Hammacher <christian@duet3d.com> (https://www.duet3d.com)",
55
"homepage": "https://forum.duet3d.com/category/27/duet-web-control",
66
"license": "GPL-3.0",

src/plugins/imports.ts

+5-5
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export default initCollection(DwcPlugin, [
99
id: "GCodeViewer",
1010
name: "G-Code Viewer",
1111
author: "Juan Rosario",
12-
version: "3.5.3",
12+
version: "3.5.4",
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.5.3",
22+
version: "3.5.4",
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.5.3",
32+
version: "3.5.4",
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.5.3",
42+
version: "3.5.4",
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.5.3",
52+
version: "3.5.4",
5353
loadDwcResources: () => import(
5454
/* webpackChunkName: "OnScreenKeyboard" */
5555
"./OnScreenKeyboard/index"

0 commit comments

Comments
 (0)