Skip to content

Commit

Permalink
bumb version
Browse files Browse the repository at this point in the history
  • Loading branch information
casperlamboo committed Jun 25, 2018
1 parent b5e0d80 commit 3670802
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@doodle3d/doodle3d-core",
"version": "0.20.0",
"version": "0.21.0",
"description": "Core functions of Doodle3D Transform",
"main": "lib",
"module": "module",
Expand Down
2 changes: 1 addition & 1 deletion src/constants/general.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as contextTools from './contextTools.js';

export const VERSION = '0.20.0';
export const VERSION = '0.21.0';
export const SHAPE_CACHE_LIMIT = 50;
export const PIXEL_RATIO = 1.0;

Expand Down

0 comments on commit 3670802

Please sign in to comment.