Skip to content

Commit 914c5cf

Browse files
committed
Version 3.6.0
1 parent e231b09 commit 914c5cf

File tree

3 files changed

+22
-22
lines changed

3 files changed

+22
-22
lines changed

package-lock.json

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

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "duetwebcontrol",
3-
"version": "3.6.0-rc.3",
3+
"version": "3.6.0",
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",
@@ -14,10 +14,10 @@
1414
"report": "vue-cli-service build --report"
1515
},
1616
"dependencies": {
17-
"@duet3d/connectors": "~3.6.0-rc.1",
18-
"@duet3d/monacotokens": "~3.6.0-rc.1",
17+
"@duet3d/connectors": "~3.6.0",
18+
"@duet3d/monacotokens": "~3.6.0",
1919
"@duet3d/motionanalysis": "~3.4.0",
20-
"@duet3d/objectmodel": "~3.6.0-rc.7",
20+
"@duet3d/objectmodel": "~3.6.0",
2121
"@mdi/font": "^7.4.47",
2222
"@sindarius/gcodeviewer": "^3.7.13",
2323
"chart.js": "^2.9.4",

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.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

Comments
 (0)