diff --git a/bower.json b/bower.json index 288c4cf9a..3dca3b131 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "pdfjs-dist", - "version": "1.0.756", + "version": "1.0.759", "keywords": [ "Mozilla", "pdf", diff --git a/build/pdf.combined.js b/build/pdf.combined.js index aebdd1ced..72a509f8c 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.0.756'; -PDFJS.build = '9261cd9'; +PDFJS.version = '1.0.759'; +PDFJS.build = '8206894'; (function pdfjsWrapper() { // Use strict in our context only - users might not want it diff --git a/build/pdf.js b/build/pdf.js index 16ea129e6..3b5877cd7 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.0.756'; -PDFJS.build = '9261cd9'; +PDFJS.version = '1.0.759'; +PDFJS.build = '8206894'; (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 c21fb64ab..501cef5f6 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.0.756'; -PDFJS.build = '9261cd9'; +PDFJS.version = '1.0.759'; +PDFJS.build = '8206894'; (function pdfjsWrapper() { // Use strict in our context only - users might not want it diff --git a/package.json b/package.json index 55f670898..9d13548fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pdfjs-dist", - "version": "1.0.756", + "version": "1.0.759", "description": "Generic build of Mozilla's PDF.js library.", "keywords": [ "Mozilla",