diff --git a/bower.json b/bower.json index f7d072414..ac6b7aee4 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "pdfjs-dist", - "version": "1.0.368", + "version": "1.0.370", "keywords": [ "Mozilla", "pdf", diff --git a/build/pdf.combined.js b/build/pdf.combined.js index c3d412f8d..40b4873e1 100644 --- a/build/pdf.combined.js +++ b/build/pdf.combined.js @@ -21,8 +21,8 @@ if (typeof PDFJS === 'undefined') { (typeof window !== 'undefined' ? window : this).PDFJS = {}; } -PDFJS.version = '1.0.368'; -PDFJS.build = 'aaf067d'; +PDFJS.version = '1.0.370'; +PDFJS.build = '13efe84'; (function pdfjsWrapper() { // Use strict in our context only - users might not want it diff --git a/build/pdf.js b/build/pdf.js index 75e2e8640..f6be5c983 100644 --- a/build/pdf.js +++ b/build/pdf.js @@ -21,8 +21,8 @@ if (typeof PDFJS === 'undefined') { (typeof window !== 'undefined' ? window : this).PDFJS = {}; } -PDFJS.version = '1.0.368'; -PDFJS.build = 'aaf067d'; +PDFJS.version = '1.0.370'; +PDFJS.build = '13efe84'; (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 e6b46dbdf..ba08f9f3b 100644 --- a/build/pdf.worker.js +++ b/build/pdf.worker.js @@ -21,8 +21,8 @@ if (typeof PDFJS === 'undefined') { (typeof window !== 'undefined' ? window : this).PDFJS = {}; } -PDFJS.version = '1.0.368'; -PDFJS.build = 'aaf067d'; +PDFJS.version = '1.0.370'; +PDFJS.build = '13efe84'; (function pdfjsWrapper() { // Use strict in our context only - users might not want it diff --git a/package.json b/package.json index e1178cf1c..ed123ec6e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pdfjs-dist", - "version": "1.0.368", + "version": "1.0.370", "description": "Generic build of Mozilla's PDF.js library.", "keywords": [ "Mozilla",