diff --git a/bower.json b/bower.json index c341f57a3..88ec84ff1 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "pdfjs-dist", - "version": "1.5.343", + "version": "1.5.345", "main": [ "build/pdf.js", "build/pdf.worker.js" diff --git a/build/pdf.combined.js b/build/pdf.combined.js index 2c67aa056..66bc2cb10 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.343'; -var pdfjsBuild = '9228a04'; +var pdfjsVersion = '1.5.345'; +var pdfjsBuild = '10f9f11'; var pdfjsFilePath = typeof document !== 'undefined' && document.currentScript ? @@ -32084,6 +32084,7 @@ var ProblematicCharRanges = new Int32Array([ 0x0600, 0x0780, 0x08A0, 0x10A0, 0x1780, 0x1800, + 0x1C00, 0x1C50, // General punctuation chars. 0x2000, 0x2010, 0x2011, 0x2012, diff --git a/build/pdf.js b/build/pdf.js index f64102b38..9fcf89690 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.343'; -var pdfjsBuild = '9228a04'; +var pdfjsVersion = '1.5.345'; +var pdfjsBuild = '10f9f11'; var pdfjsFilePath = typeof document !== 'undefined' && document.currentScript ? diff --git a/build/pdf.worker.js b/build/pdf.worker.js index cbaa2b6be..fb9754377 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.343'; -var pdfjsBuild = '9228a04'; +var pdfjsVersion = '1.5.345'; +var pdfjsBuild = '10f9f11'; var pdfjsFilePath = typeof document !== 'undefined' && document.currentScript ? @@ -28220,6 +28220,7 @@ var ProblematicCharRanges = new Int32Array([ 0x0600, 0x0780, 0x08A0, 0x10A0, 0x1780, 0x1800, + 0x1C00, 0x1C50, // General punctuation chars. 0x2000, 0x2010, 0x2011, 0x2012, diff --git a/package.json b/package.json index b8d879532..f1244b247 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pdfjs-dist", - "version": "1.5.343", + "version": "1.5.345", "main": "build/pdf.js", "description": "Generic build of Mozilla's PDF.js library.", "keywords": [