diff --git a/bower.json b/bower.json index 60ab3f2de..bf7992f8d 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "pdfjs-dist", - "version": "1.0.929", + "version": "1.0.931", "main": [ "build/pdf.js", "build/pdf.worker.js" diff --git a/build/pdf.combined.js b/build/pdf.combined.js index f25602822..5933ec337 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.929'; -PDFJS.build = '1bf72f3'; +PDFJS.version = '1.0.931'; +PDFJS.build = '251b2ca'; (function pdfjsWrapper() { // Use strict in our context only - users might not want it diff --git a/build/pdf.js b/build/pdf.js index 92528641a..596b33aef 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.929'; -PDFJS.build = '1bf72f3'; +PDFJS.version = '1.0.931'; +PDFJS.build = '251b2ca'; (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 4b7e9989d..ebe42affd 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.929'; -PDFJS.build = '1bf72f3'; +PDFJS.version = '1.0.931'; +PDFJS.build = '251b2ca'; (function pdfjsWrapper() { // Use strict in our context only - users might not want it diff --git a/package.json b/package.json index 805761746..edbc727fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pdfjs-dist", - "version": "1.0.929", + "version": "1.0.931", "description": "Generic build of Mozilla's PDF.js library.", "keywords": [ "Mozilla",