diff --git a/package-lock.json b/package-lock.json index e349b4c..34c4d0c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "copper3d", - "version": "2.0.2", + "version": "2.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "copper3d", - "version": "2.0.2", + "version": "2.0.3", "license": "Apache-2.0", "dependencies": { "@types/dat.gui": "^0.7.9", diff --git a/package.json b/package.json index 77c3dc5..02a9acc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "copper3d", "description": "A 3d visualisation package base on threejs provides multiple scenes and Nrrd image load funtion.", - "version": "2.0.2", + "version": "2.0.3", "main": "dist/bundle.umd.js", "moudle": "dist/bundle.esm.js", "types": "dist/types/index.d.ts", @@ -55,6 +55,6 @@ "file-saver": "^2.0.5", "glsl-blend-soft-light": "^1.0.5", "glsl-film-grain": "^1.0.4", - "three": "^0.152.2" + "three": "^0.158.0" } } diff --git a/src/index.ts b/src/index.ts index 0649356..15adf5a 100644 --- a/src/index.ts +++ b/src/index.ts @@ -44,10 +44,10 @@ import { IPaintImage } from "./Utils/segmentation/coreTools/coreType"; import "./css/style.css"; -export const REVISION = "v2.0.2"; +export const REVISION = "v2.0.3"; console.log( - "%cCopper3D Visualisation %cBeta:v2.0.2", + "%cCopper3D Visualisation %cBeta:v2.0.3", "padding: 3px;color:white; background:#023047", "padding: 3px;color:white; background:#f50a25" );