diff --git a/bower.json b/bower.json index 1f95e4353..5f390cacd 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "pdfjs-dist", - "version": "1.1.381", + "version": "1.1.387", "main": [ "build/pdf.js", "build/pdf.worker.js" diff --git a/build/pdf.combined.js b/build/pdf.combined.js index 11c160a47..60c2214d1 100644 --- a/build/pdf.combined.js +++ b/build/pdf.combined.js @@ -22,8 +22,8 @@ if (typeof PDFJS === 'undefined') { (typeof window !== 'undefined' ? window : this).PDFJS = {}; } -PDFJS.version = '1.1.381'; -PDFJS.build = '88bf193'; +PDFJS.version = '1.1.387'; +PDFJS.build = '421289c'; (function pdfjsWrapper() { // Use strict in our context only - users might not want it diff --git a/build/pdf.js b/build/pdf.js index e59f44a9e..e0f4b627c 100644 --- a/build/pdf.js +++ b/build/pdf.js @@ -22,8 +22,8 @@ if (typeof PDFJS === 'undefined') { (typeof window !== 'undefined' ? window : this).PDFJS = {}; } -PDFJS.version = '1.1.381'; -PDFJS.build = '88bf193'; +PDFJS.version = '1.1.387'; +PDFJS.build = '421289c'; (function pdfjsWrapper() { // Use strict in our context only - users might not want it diff --git a/build/pdf.worker.js b/build/pdf.worker.js index 228c201b7..81303a488 100644 --- a/build/pdf.worker.js +++ b/build/pdf.worker.js @@ -22,8 +22,8 @@ if (typeof PDFJS === 'undefined') { (typeof window !== 'undefined' ? window : this).PDFJS = {}; } -PDFJS.version = '1.1.381'; -PDFJS.build = '88bf193'; +PDFJS.version = '1.1.387'; +PDFJS.build = '421289c'; (function pdfjsWrapper() { // Use strict in our context only - users might not want it diff --git a/package.json b/package.json index 3030087e0..db755efbf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pdfjs-dist", - "version": "1.1.381", + "version": "1.1.387", "description": "Generic build of Mozilla's PDF.js library.", "keywords": [ "Mozilla",