diff --git a/bower.json b/bower.json index 31ee329dc..7f267fcc2 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "pdfjs-dist", - "version": "1.1.507", + "version": "1.1.509", "main": [ "build/pdf.js", "build/pdf.worker.js" diff --git a/build/pdf.combined.js b/build/pdf.combined.js index 7dce634da..fc156c945 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.507'; -PDFJS.build = 'cd8bd73'; +PDFJS.version = '1.1.509'; +PDFJS.build = '7b44d64'; (function pdfjsWrapper() { // Use strict in our context only - users might not want it diff --git a/build/pdf.js b/build/pdf.js index 27d544869..3aa5281cc 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.507'; -PDFJS.build = 'cd8bd73'; +PDFJS.version = '1.1.509'; +PDFJS.build = '7b44d64'; (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 8285815d8..aba3d2d02 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.507'; -PDFJS.build = 'cd8bd73'; +PDFJS.version = '1.1.509'; +PDFJS.build = '7b44d64'; (function pdfjsWrapper() { // Use strict in our context only - users might not want it diff --git a/package.json b/package.json index 88f4ccde5..e8b0a4e09 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pdfjs-dist", - "version": "1.1.507", + "version": "1.1.509", "description": "Generic build of Mozilla's PDF.js library.", "keywords": [ "Mozilla",