Skip to content

Commit 3670802

Browse files
committed
bumb version
1 parent b5e0d80 commit 3670802

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.20.0",
3+
"version": "0.21.0",
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.20.0';
3+
export const VERSION = '0.21.0';
44
export const SHAPE_CACHE_LIMIT = 50;
55
export const PIXEL_RATIO = 1.0;
66

0 commit comments

Comments
 (0)