Skip to content

Commit

Permalink
chore(typescript): bump itk-wasm package version to 1.0.0-b.179
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Oct 7, 2024
1 parent fd4d5fe commit 69261bc
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.178",
"version": "1.0.0-b.179",
"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.178'
const version = '1.0.0-b.179'

export default version

0 comments on commit 69261bc

Please sign in to comment.