Skip to content

Commit

Permalink
chore(itk-wasm): bump version to 1.0.0-b.173
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Apr 13, 2024
1 parent 75f7ae6 commit 0b2f406
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function generatePackageJson(project: ProjectSpec) {
devDependencies: {
'@itk-wasm/dam': '^1.1.1',
'@thewtex/setup-micromamba': '^1.9.7',
'itk-wasm': '1.0.0-b.171'
'itk-wasm': '1.0.0-b.173'
}
}
if (project.author) {
Expand Down
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.172",
"version": "1.0.0-b.173",
"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
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"author": "",
"license": "Apache-2.0",
"dependencies": {
"itk-wasm": "1.0.0-b.171"
"itk-wasm": "1.0.0-b.172"
},
"devDependencies": {
"@itk-wasm/image-io": "^1.1.1",
Expand Down

0 comments on commit 0b2f406

Please sign in to comment.