Skip to content

Commit 4cbb016

Browse files
committed
📦 v0.5.1
1 parent 17f48d5 commit 4cbb016

7 files changed

Lines changed: 12 additions & 10 deletions

File tree

hocrjs/dist/hocr.fullscreen.js

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/dist/hocr.fullscreen.js.map

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/dist/hocr.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// @name hocr-viewer
33
// @namespace http://github.com/kba/hocrjs
44
// @updateURL https://unpkg.com/hocrjs/hocr.user.js
5-
// @version 0.4.1
5+
// @version 0.5.1
66
// @description Add hocr-viewer controls to a apage
77
// @author kba
88
// @include http://*/*
@@ -24,7 +24,7 @@
2424
'use strict'
2525
function injectHocrViewer() {
2626
const script = document.createElement('script')
27-
script.src = "https://unpkg.com/hocrjs@0.4.1/dist/hocr.fullscreen.js?cachebuster=" + Math.random() * 10000000000000000
27+
script.src = "https://unpkg.com/hocrjs@0.5.1/dist/hocr.fullscreen.js?cachebuster=" + Math.random() * 10000000000000000
2828
script.type = 'text/javascript'
2929
document.querySelector('body').appendChild(script)
3030
}

hocrjs/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hocrjs",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "Vue component for viewing hOCR files, also usable standalone",
55
"main": "dist/hocr.fullscreen.js",
66
"bin": {
@@ -50,5 +50,6 @@
5050
"hocr-dom": "0.1.4",
5151
"vue-hocr": "^0.5.0",
5252
"yargs": "10.0.3"
53-
}
53+
},
54+
"gitHead": "17f48d51d58f784cbf5e7e1fdc0c8324f73b20cd"
5455
}

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.5.0"
6+
"version": "0.5.1"
77
}

vue-hocr/dist/vue-hocr.js

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: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-hocr",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "Vue component for viewing hOCR files",
55
"main": "dist/vue-hocr.js",
66
"sideEffects": [
@@ -46,5 +46,6 @@
4646
},
4747
"dependencies": {
4848
"hocr-dom": "0.1.4"
49-
}
49+
},
50+
"gitHead": "17f48d51d58f784cbf5e7e1fdc0c8324f73b20cd"
5051
}

0 commit comments

Comments
 (0)