Skip to content

Commit e3610a4

Browse files
committed
chore(itk-wasm): bump version to 1.0.0-b.186
1 parent 88ed98e commit e3610a4

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.185",
3+
"version": "1.0.0-b.186",
44
"description": "High-performance spatial analysis in a web browser, Node.js, and reproducible execution across programming languages and hardware architectures.",
55
"type": "module",
66
"module": "./dist/index.js",

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.185"
36+
"itk-wasm": "1.0.0-b.186"
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.185'
1+
const version = '1.0.0-b.186'
22

33
export default version

0 commit comments

Comments
 (0)