Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kba committed Mar 17, 2021
1 parent 85d77d7 commit 17f48d5
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion hocrjs/package-lock.json

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

4 changes: 2 additions & 2 deletions hocrjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hocrjs",
"version": "0.4.1",
"version": "0.5.0",
"description": "Vue component for viewing hOCR files, also usable standalone",
"main": "dist/hocr.fullscreen.js",
"bin": {
Expand Down Expand Up @@ -48,7 +48,7 @@
},
"dependencies": {
"hocr-dom": "0.1.4",
"vue-hocr": "^0.4.1",
"vue-hocr": "^0.5.0",
"yargs": "10.0.3"
}
}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"hocrjs",
"vue-hocr"
],
"version": "0.4.1"
"version": "0.5.0"
}
2 changes: 1 addition & 1 deletion vue-hocr/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 vue-hocr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-hocr",
"version": "0.4.1",
"version": "0.5.0",
"description": "Vue component for viewing hOCR files",
"main": "dist/vue-hocr.js",
"sideEffects": [
Expand Down

0 comments on commit 17f48d5

Please sign in to comment.