diff --git a/package-lock.json b/package-lock.json index fa413b8da..f198448ac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "itk-wasm", - "version": "1.0.0-b.15", + "version": "1.0.0-b.18", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index b6c76c6e5..c5e54d4ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "itk-wasm", - "version": "1.0.0-b.15", + "version": "1.0.0-b.18", "description": "High-performance spatial analysis in a web browser, Node.js, and reproducible execution across programming languages and hardware architectures.", "main": "./dist/index.js", "browser": { diff --git a/src/itkConfig.ts b/src/itkConfig.ts index 327528065..1f72b7bcc 100644 --- a/src/itkConfig.ts +++ b/src/itkConfig.ts @@ -1,4 +1,4 @@ -const version = '1.0.0-b.15' +const version = '1.0.0-b.18' const itkConfig = { webWorkersUrl: undefined, diff --git a/src/itkConfigDevelopment.ts b/src/itkConfigDevelopment.ts index d8135ee64..f7bd8a500 100644 --- a/src/itkConfigDevelopment.ts +++ b/src/itkConfigDevelopment.ts @@ -1,4 +1,4 @@ -const version = '1.0.0-b.15' +const version = '1.0.0-b.18' const itkConfig = { webWorkersUrl: undefined,