Skip to content

Commit

Permalink
Version 3.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishamm committed Jun 11, 2024
1 parent 3f65d98 commit 7e6a9f4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "duetwebcontrol",
"version": "3.5.2-rc.1",
"version": "3.5.2",
"author": "Christian Hammacher <christian@duet3d.com> (https://www.duet3d.com)",
"homepage": "https://forum.duet3d.com/category/27/duet-web-control",
"license": "GPL-3.0",
Expand Down
10 changes: 5 additions & 5 deletions src/plugins/imports.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default initCollection(DwcPlugin, [
id: "GCodeViewer",
name: "G-Code Viewer",
author: "Juan Rosario",
version: "3.5.2-rc.1",
version: "3.5.2",
loadDwcResources: () => import(
/* webpackChunkName: "GCodeViewer" */
"./GCodeViewer/index"
Expand All @@ -19,7 +19,7 @@ export default initCollection(DwcPlugin, [
id: "HeightMap",
name: "Height Map",
author: "Duet3D Ltd",
version: "3.5.2-rc.1",
version: "3.5.2",
loadDwcResources: () => import(
/* webpackChunkName: "HeightMap" */
"./HeightMap/index"
Expand All @@ -29,7 +29,7 @@ export default initCollection(DwcPlugin, [
id: "InputShaping",
name: "Input Shaping",
author: "Duet3D Ltd",
version: "3.5.2-rc.1",
version: "3.5.2",
loadDwcResources: () => import(
/* webpackChunkName: "InputShaping" */
"./InputShaping/index"
Expand All @@ -39,7 +39,7 @@ export default initCollection(DwcPlugin, [
id: "ObjectModelBrowser",
name: "Object Model Browser",
author: "Duet3D Ltd",
version: "3.5.2-rc.1",
version: "3.5.2",
loadDwcResources: () => import(
/* webpackChunkName: "ObjectModelBrowser" */
"./ObjectModelBrowser/index"
Expand All @@ -49,7 +49,7 @@ export default initCollection(DwcPlugin, [
id: "OnScreenKeyboard",
name: "On-Screen Keyboard",
author: "Duet3D Ltd",
version: "3.5.2-rc.1",
version: "3.5.2",
loadDwcResources: () => import(
/* webpackChunkName: "OnScreenKeyboard" */
"./OnScreenKeyboard/index"
Expand Down

0 comments on commit 7e6a9f4

Please sign in to comment.