Skip to content

Commit 18a8ef5

Browse files
committed
feat(version): Bump NPM version to 1.0.0-a.9
1 parent a679a18 commit 18a8ef5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

src/itkConfig.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const version = '1.0.0-a.8'
1+
const version = '1.0.0-a.9'
22

33
const itkConfig = {
44
webWorkersUrl: `https://cdn.jsdelivr.net/npm/itk-wasm@${version}/dist/web-workers`,

0 commit comments

Comments
 (0)