Skip to content

Commit

Permalink
chore(transform-io): bump version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Oct 24, 2024
1 parent ea08207 commit d45381b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/transform-io/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@itk-wasm/transform-io",
"version": "0.1.0",
"version": "0.1.1",
"description": "Input and output for scientific and medical coordinate transform file formats.",
"type": "module",
"module": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/transform-io/typescript/src/version.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
const version = "0.1.0"
const version = "0.1.1"
export default version

0 comments on commit d45381b

Please sign in to comment.