Skip to content

Commit

Permalink
ENH: Bump wasm package version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Nov 8, 2024
1 parent e9b30dc commit a9d1fd7
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": "1.1.0",
"version": "1.1.1",
"description": "Convert an ITK Mesh to a simple data structure compatible with vtkPolyData.",
"type": "module",
"module": "./dist/index.js",
Expand Down Expand Up @@ -52,4 +52,4 @@
"type": "git",
"url": "https://github.com/InsightSoftwareConsortium/ITKMeshToPolyData"
}
}
}

0 comments on commit a9d1fd7

Please sign in to comment.