Skip to content

Commit

Permalink
chore(itk-wasm): bump typescript package to 1.0.0-b.177
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Jul 14, 2024
1 parent bef24c0 commit ae06b8d
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.176",
"version": "1.0.0-b.177",
"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.176'
const version = '1.0.0-b.177'

export default version

0 comments on commit ae06b8d

Please sign in to comment.