Skip to content

Commit

Permalink
feat(version): Bump version to 1.0.0-b.15
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Jun 13, 2022
1 parent 4728065 commit c37bbd6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.14",
"version": "1.0.0-b.15",
"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.14'
const version = '1.0.0-b.15'

const itkConfig = {
webWorkersUrl: undefined,
Expand Down

0 comments on commit c37bbd6

Please sign in to comment.