diff --git a/bower.json b/bower.json index 1400b4c12..d08f0b989 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,11 @@ { "name": "pdfjs-dist", - "version": "1.0.813", + "version": "1.0.816", + "main": [ + "build/pdf.js", + "build/pdf.worker.js" + ], + "ignore": [], "keywords": [ "Mozilla", "pdf", diff --git a/build/pdf.combined.js b/build/pdf.combined.js index 554368dd0..8a78ae5cf 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.813'; -PDFJS.build = '12ec2a0'; +PDFJS.version = '1.0.816'; +PDFJS.build = 'ed24eac'; (function pdfjsWrapper() { // Use strict in our context only - users might not want it diff --git a/build/pdf.js b/build/pdf.js index 83648d82e..84a833b56 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.813'; -PDFJS.build = '12ec2a0'; +PDFJS.version = '1.0.816'; +PDFJS.build = 'ed24eac'; (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 1707d0e88..abaac40a3 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.813'; -PDFJS.build = '12ec2a0'; +PDFJS.version = '1.0.816'; +PDFJS.build = 'ed24eac'; (function pdfjsWrapper() { // Use strict in our context only - users might not want it diff --git a/package.json b/package.json index 34b68e365..627b03253 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pdfjs-dist", - "version": "1.0.813", + "version": "1.0.816", "description": "Generic build of Mozilla's PDF.js library.", "keywords": [ "Mozilla", @@ -9,5 +9,9 @@ ], "homepage": "http://mozilla.github.io/pdf.js/", "bugs": "https://github.com/mozilla/pdf.js/issues", - "license": "Apache-2.0" + "license": "Apache-2.0", + "repository": { + "type": "git", + "url": "https://github.com/mozilla/pdfjs-dist" + } } \ No newline at end of file