Skip to content

Commit

Permalink
bump version and build packages
Browse files Browse the repository at this point in the history
  • Loading branch information
luc-github committed Mar 3, 2024
1 parent 806041c commit 087c13d
Show file tree
Hide file tree
Showing 9 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/Plotter/HP-GL/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-a52'
export const webUIversion = '3.0.0-a53'
export const Esp3dVersion = () => (
<span>
{webUIversion}.{webUIbuild}
Expand Down

0 comments on commit 087c13d

Please sign in to comment.