Skip to content

Commit c613b46

Browse files
committed
update version
1 parent bdd4897 commit c613b46

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@doodle3d/doodle3d-core",
3-
"version": "0.0.1",
3+
"version": "0.17.1",
44
"description": "Core functions of Doodle3D Transform",
55
"main": "lib",
66
"module": "module",

src/constants/general.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import * as contextTools from './contextTools.js';
22

3-
export const VERSION = '0.17.0';
3+
export const VERSION = '0.17.1';
44
export const SHAPE_CACHE_LIMIT = 50;
55
export const PIXEL_RATIO = 1.0;
66

0 commit comments

Comments
 (0)