Skip to content

Commit e231b09

Browse files
committed
Version 3.6.0-rc.3
1 parent b9ca4d7 commit e231b09

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "duetwebcontrol",
3-
"version": "3.6.0-rc.2+2",
3+
"version": "3.6.0-rc.3",
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

Lines changed: 5 additions & 5 deletions
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.6.0-rc.2+2",
12+
version: "3.6.0-rc.3",
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.2+2",
22+
version: "3.6.0-rc.3",
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.2+2",
32+
version: "3.6.0-rc.3",
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.2+2",
42+
version: "3.6.0-rc.3",
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.2+2",
52+
version: "3.6.0-rc.3",
5353
loadDwcResources: () => import(
5454
/* webpackChunkName: "OnScreenKeyboard" */
5555
"./OnScreenKeyboard/index"

0 commit comments

Comments
 (0)