Skip to content

Commit 17f48d5

Browse files
committed
v0.5.0
1 parent 85d77d7 commit 17f48d5

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

hocrjs/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.

hocrjs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hocrjs",
3-
"version": "0.4.1",
3+
"version": "0.5.0",
44
"description": "Vue component for viewing hOCR files, also usable standalone",
55
"main": "dist/hocr.fullscreen.js",
66
"bin": {
@@ -48,7 +48,7 @@
4848
},
4949
"dependencies": {
5050
"hocr-dom": "0.1.4",
51-
"vue-hocr": "^0.4.1",
51+
"vue-hocr": "^0.5.0",
5252
"yargs": "10.0.3"
5353
}
5454
}

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"hocrjs",
44
"vue-hocr"
55
],
6-
"version": "0.4.1"
6+
"version": "0.5.0"
77
}

vue-hocr/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.

vue-hocr/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-hocr",
3-
"version": "0.4.1",
3+
"version": "0.5.0",
44
"description": "Vue component for viewing hOCR files",
55
"main": "dist/vue-hocr.js",
66
"sideEffects": [

0 commit comments

Comments
 (0)