Skip to content

Commit

Permalink
chore(itk-wasm): bump version to 1.0.0-b.176
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Jun 3, 2024
1 parent 8931ce9 commit 7302aaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/core/typescript/itk-wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "itk-wasm",
"version": "1.0.0-b.175",
"version": "1.0.0-b.176",
"packageManager": "[email protected]",
"description": "High-performance spatial analysis in a web browser, Node.js, and reproducible execution across programming languages and hardware architectures.",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/typescript/itk-wasm/src/version.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
const version = '1.0.0-b.175'
const version = "1.0.0-b.176";

export default version

0 comments on commit 7302aaf

Please sign in to comment.