Skip to content

Commit

Permalink
feat(version): bump version to 1.0.0-b.18
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Jul 6, 2022
1 parent f99c8e0 commit e37e225
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion src/itkConfig.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const version = '1.0.0-b.15'
const version = '1.0.0-b.18'

const itkConfig = {
webWorkersUrl: undefined,
Expand Down
2 changes: 1 addition & 1 deletion src/itkConfigDevelopment.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const version = '1.0.0-b.15'
const version = '1.0.0-b.18'

const itkConfig = {
webWorkersUrl: undefined,
Expand Down

0 comments on commit e37e225

Please sign in to comment.