Skip to content

Commit 06ce0b0

Browse files
committed
bump version
1 parent 74ed9e5 commit 06ce0b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export const PRECISION = 0.01;
2-
export const VERSION = '0.0.18';
2+
export const VERSION = '0.0.19';
33
export const LOCAL_STORAGE_KEY = 'PRINTER_SETTINGS';
44
export const MIN_AREA = 1; // holes smaller as 1mm2 get removed
55
export const Z_OFFSET = 0.2;

0 commit comments

Comments
 (0)