diff --git a/bower.json b/bower.json index bd79e2074..611253a96 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "pdfjs-dist", - "version": "1.5.393", + "version": "1.5.395", "main": [ "build/pdf.js", "build/pdf.worker.js" diff --git a/build/pdf.combined.js b/build/pdf.combined.js index cf327831b..ca5dfbd82 100644 --- a/build/pdf.combined.js +++ b/build/pdf.combined.js @@ -28,8 +28,8 @@ factory((root.pdfjsDistBuildPdfCombined = {})); // Use strict in our context only - users might not want it 'use strict'; -var pdfjsVersion = '1.5.393'; -var pdfjsBuild = '8aa9b79'; +var pdfjsVersion = '1.5.395'; +var pdfjsBuild = 'd944c32'; var pdfjsFilePath = typeof document !== 'undefined' && document.currentScript ? @@ -32099,6 +32099,7 @@ var ProblematicCharRanges = new Int32Array([ 0xFFF0, 0x10000 ]); + /** * 'Font' is the class the outside world should use, it encapsulate all the font * decoding logics whatever type it is (assuming the font type is supported). diff --git a/build/pdf.js b/build/pdf.js index 5d14bd141..319c9d1bc 100644 --- a/build/pdf.js +++ b/build/pdf.js @@ -28,8 +28,8 @@ factory((root.pdfjsDistBuildPdf = {})); // Use strict in our context only - users might not want it 'use strict'; -var pdfjsVersion = '1.5.393'; -var pdfjsBuild = '8aa9b79'; +var pdfjsVersion = '1.5.395'; +var pdfjsBuild = 'd944c32'; var pdfjsFilePath = typeof document !== 'undefined' && document.currentScript ? diff --git a/build/pdf.worker.js b/build/pdf.worker.js index 882694d59..6036f30ff 100644 --- a/build/pdf.worker.js +++ b/build/pdf.worker.js @@ -28,8 +28,8 @@ factory((root.pdfjsDistBuildPdfWorker = {})); // Use strict in our context only - users might not want it 'use strict'; -var pdfjsVersion = '1.5.393'; -var pdfjsBuild = '8aa9b79'; +var pdfjsVersion = '1.5.395'; +var pdfjsBuild = 'd944c32'; var pdfjsFilePath = typeof document !== 'undefined' && document.currentScript ? @@ -28235,6 +28235,7 @@ var ProblematicCharRanges = new Int32Array([ 0xFFF0, 0x10000 ]); + /** * 'Font' is the class the outside world should use, it encapsulate all the font * decoding logics whatever type it is (assuming the font type is supported). diff --git a/package.json b/package.json index 03dc3d5f0..2fdb1b95d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pdfjs-dist", - "version": "1.5.393", + "version": "1.5.395", "main": "build/pdf.js", "description": "Generic build of Mozilla's PDF.js library.", "keywords": [