Skip to content

Commit

Permalink
Bump version to beta 1
Browse files Browse the repository at this point in the history
Rebuild packages
  • Loading branch information
luc-github committed Dec 18, 2024
1 parent 68501a1 commit 48dd220
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 1 deletion.
Binary file modified dist/CNC/GRBL/index.html.gz
Binary file not shown.
Binary file modified dist/CNC/GRBLHal/index.html.gz
Binary file not shown.
Binary file modified dist/Printer3D/Marlin-embedded/index.html.gz
Binary file not shown.
Binary file modified dist/Printer3D/Marlin/index.html.gz
Binary file not shown.
Binary file modified dist/Printer3D/Repetier/index.html.gz
Binary file not shown.
Binary file modified dist/Printer3D/Smoothieware/index.html.gz
Binary file not shown.
Binary file modified dist/SandTable/GRBL/index.html.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion src/components/App/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*/
import { h } from "preact"
import { webUIbuild } from "../../targets"
export const webUIversion = "3.0.0-a85"
export const webUIversion = "3.0.0-b1"
export const Esp3dVersion = () => (
<span>
{webUIversion}.{webUIbuild}
Expand Down

0 comments on commit 48dd220

Please sign in to comment.