Skip to content

Commit f003fc1

Browse files
committed
chore(create-itk-wasm): bump itk-wasm version to 1.0.0-b.171
Windows fixes.
1 parent 5ba1c45 commit f003fc1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/core/typescript/create-itk-wasm/src/generate/package-json.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ function generatePackageJson(project: ProjectSpec) {
5959
devDependencies: {
6060
'@itk-wasm/dam': '^1.1.1',
6161
'@thewtex/setup-micromamba': '^1.9.7',
62-
'itk-wasm': '1.0.0-b.169'
62+
'itk-wasm': '1.0.0-b.171'
6363
}
6464
}
6565
if (project.author) {
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.167'
1+
const version = "1.0.0-b.171";
22

33
export default version

0 commit comments

Comments
 (0)