diff --git a/bower.json b/bower.json index 3eb494409..d9323c15c 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "pdfjs-dist", - "version": "1.0.970", + "version": "1.0.972", "main": [ "build/pdf.js", "build/pdf.worker.js" diff --git a/build/pdf.combined.js b/build/pdf.combined.js index 1c0d73e81..3b982b806 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.970'; -PDFJS.build = 'a3df129'; +PDFJS.version = '1.0.972'; +PDFJS.build = 'c28f7d2'; (function pdfjsWrapper() { // Use strict in our context only - users might not want it diff --git a/build/pdf.js b/build/pdf.js index 108112ce1..e62207607 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.970'; -PDFJS.build = 'a3df129'; +PDFJS.version = '1.0.972'; +PDFJS.build = 'c28f7d2'; (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 a541ca91e..29271a6ba 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.970'; -PDFJS.build = 'a3df129'; +PDFJS.version = '1.0.972'; +PDFJS.build = 'c28f7d2'; (function pdfjsWrapper() { // Use strict in our context only - users might not want it diff --git a/package.json b/package.json index 537fa15bd..4e99b3d06 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pdfjs-dist", - "version": "1.0.970", + "version": "1.0.972", "description": "Generic build of Mozilla's PDF.js library.", "keywords": [ "Mozilla",