diff --git a/package-lock.json b/package-lock.json index 3af9f4416..7d9573082 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "itk-wasm", - "version": "1.0.0-b.6", + "version": "1.0.0-b.7", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index b9f7cb754..2043472d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "itk-wasm", - "version": "1.0.0-b.6", + "version": "1.0.0-b.7", "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 fdaab50f5..d35984aea 100644 --- a/src/itkConfig.ts +++ b/src/itkConfig.ts @@ -1,4 +1,4 @@ -const version = '1.0.0-b.6' +const version = '1.0.0-b.7' const itkConfig = { webWorkersUrl: undefined,