update version number

This commit is contained in:
Rick Companje 2021-06-06 21:18:03 +02:00
parent d519033bd6
commit 35e4877326
2 changed files with 1 additions and 2 deletions

View File

@ -11,7 +11,6 @@
"prepare": "npm run build",
"lint": "eslint src",
"dist": "NODE_ENV=production webpack -p",
"upload": "npm run dist && scp -r dist/* doodle3d.com:/domains/doodle3d.com/core",
"build": "npm run build:main && npm run build:module ",
"build:main": "BABEL_ENV=main babel src -s -d lib",
"build:module": "BABEL_ENV=module babel src -s -d module"

View File

@ -1,6 +1,6 @@
import * as contextTools from './contextTools.js';
export const VERSION = '0.21.0';
export const VERSION = '0.23.0';
export const SHAPE_CACHE_LIMIT = 50;
export const PIXEL_RATIO = 1.0;