Skip to content

Commit e2295f9

Browse files
committed
chore(itk-wasm): bump package version to 1.0.0-b.178
1 parent e7e7e5a commit e2295f9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/core/typescript/itk-wasm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "itk-wasm",
3-
"version": "1.0.0-b.177",
3+
"version": "1.0.0-b.178",
44
"packageManager": "[email protected]",
55
"description": "High-performance spatial analysis in a web browser, Node.js, and reproducible execution across programming languages and hardware architectures.",
66
"type": "module",

packages/core/typescript/itk-wasm/src/bindgen/typescript/resources/template.package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"author": "",
3434
"license": "Apache-2.0",
3535
"dependencies": {
36-
"itk-wasm": "1.0.0-b.175"
36+
"itk-wasm": "1.0.0-b.177"
3737
},
3838
"devDependencies": {
3939
"@itk-wasm/demo-app": "^0.2.0",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
const version = '1.0.0-b.177'
1+
const version = '1.0.0-b.178'
22

33
export default version

0 commit comments

Comments
 (0)