Skip to content

Commit

Permalink
0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kba committed Dec 13, 2017
1 parent 5689f9d commit eecbd70
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions dist/hocr.user.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// ==UserScript==
// @name hocr-viewer
// @namespace http://github.com/kba/hocrjs
// @updateURL https://unpkg.com/[email protected].0/dist/hocr.user.js
// @version 0.2.0
// @updateURL https://unpkg.com/[email protected].1/dist/hocr.user.js
// @version 0.2.1
// @description Add hocr-viewer controls to a apage
// @author kba
// @include http://*/*
Expand All @@ -23,7 +23,7 @@
'use strict'
function injectHocrViewer() {
const script = document.createElement('script')
script.src = "https://unpkg.com/[email protected].0/dist/hocr.fullscreen.js?cachebuster=" + Math.random() * 10000000000000000
script.src = "https://unpkg.com/[email protected].1/dist/hocr.fullscreen.js?cachebuster=" + Math.random() * 10000000000000000
script.type = 'text/javascript'
document.querySelector('body').appendChild(script)
}
Expand Down
2 changes: 1 addition & 1 deletion 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hocrjs",
"version": "0.2.0",
"version": "0.2.1",
"description": "Inspect hOCR files",
"main": "dist/hocr.fullscreen.js",
"bin": {
Expand Down

0 comments on commit eecbd70

Please sign in to comment.