Skip to content

Commit

Permalink
Merge pull request #28 from LinkunGao/release/v1.10.1
Browse files Browse the repository at this point in the history
Release/v1.10.1
  • Loading branch information
LinkunGao authored Sep 2, 2022
2 parents f6d6703 + 190a4da commit 05398f1
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'LinkunGao'

# The full version, including alpha/beta/rc tags
release = 'v1.10.0'
release = 'v1.10.1'


# -- General configuration ---------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions 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,7 +1,7 @@
{
"name": "copper3d_visualisation",
"description": "A 3d visualisation package base on threejs provides multiple scenes and Nrrd image load funtion.",
"version": "1.10.0",
"version": "1.10.1",
"main": "dist/bundle.umd.js",
"moudle": "dist/bundle.esm.js",
"types": "dist/types/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/Loader/copperDicomLoader.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import * as THREE from "three";
import getVOILUT from "../Utils/getVOILUT";
import { unzipSync } from "three/examples/jsm/libs/fflate.module.min";
import * as dicomParser from "dicom-parser";
import dicomParser from "dicom-parser";

export function copperDicomLoader(
url: string,
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import {
import "./css/style.css";

console.log(
"%cMedtech Heart Plugin %cBeta:v1.10.0",
"%cMedtech Heart Plugin %cBeta:v1.10.1",
"padding: 3px;color:white; background:#023047",
"padding: 3px;color:white; background:#219EBC"
);
Expand Down

0 comments on commit 05398f1

Please sign in to comment.