Skip to content

Commit 247bfb0

Browse files
committed
0.3.3
1 parent b981660 commit 247bfb0

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

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.

dist/hocr.user.js

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

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

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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hocrjs",
3-
"version": "0.3.2",
3+
"version": "0.3.3",
44
"description": "Vue component for viewing hOCR files, also usable standalone",
55
"main": "dist/hocr.fullscreen.js",
66
"bin": {

0 commit comments

Comments
 (0)