Skip to content

Commit e37e225

Browse files
committed
feat(version): bump version to 1.0.0-b.18
1 parent f99c8e0 commit e37e225

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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-b.15",
3+
"version": "1.0.0-b.18",
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
"browser": {

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-b.15'
1+
const version = '1.0.0-b.18'
22

33
const itkConfig = {
44
webWorkersUrl: undefined,

src/itkConfigDevelopment.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-b.15'
1+
const version = '1.0.0-b.18'
22

33
const itkConfig = {
44
webWorkersUrl: undefined,

0 commit comments

Comments
 (0)