Skip to content

Commit

Permalink
version 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
IbrahimCSAE committed Jan 24, 2023
1 parent aba6a7c commit 9f147c1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

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

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,6 +1,6 @@
{
"name": "cornerstonetools-rectangle-roi-threshold-segmentation",
"version": "1.11.0",
"version": "1.12.0",
"description": "3D Threshold segmentation tool that allows you to segment several slices at once using a rectangle ROI",
"main": "dist/index.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = {
filename: 'index.js',
path: path.resolve(__dirname, 'dist'),
library: {
name: 'cornerstonetools-rectangle-roi-threshold-segmentation',
name: 'RectangleROIThresholdSegmentation',
type: 'umd',
umdNamedDefine: true,
export: 'default',
Expand Down

0 comments on commit 9f147c1

Please sign in to comment.