Skip to content

Commit

Permalink
chore: bump package version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Feb 2, 2024
1 parent 5d88356 commit 0dc2522
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wasm/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@itk-wasm/mesh-to-poly-data",
"version": "0.1.0",
"version": "1.0.0",
"description": "Convert an ITK Mesh to a simple data structure compatible with vtkPolyData.",
"type": "module",
"module": "./dist/index.js",
Expand Down Expand Up @@ -51,4 +51,4 @@
"type": "git",
"url": "https://github.com/InsightSoftwareConsortium/ITKMeshToPolyData"
}
}
}

0 comments on commit 0dc2522

Please sign in to comment.