diff --git a/bower.json b/bower.json index d9a3c0eff..19165e63c 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "pdfjs-dist", - "version": "1.1.415", + "version": "1.1.417", "main": [ "build/pdf.js", "build/pdf.worker.js" diff --git a/build/pdf.combined.js b/build/pdf.combined.js index c5fc0b9c7..1b0a2ad89 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.415'; -PDFJS.build = 'c6ba5ea'; +PDFJS.version = '1.1.417'; +PDFJS.build = 'b3c00f2'; (function pdfjsWrapper() { // Use strict in our context only - users might not want it diff --git a/build/pdf.js b/build/pdf.js index e2ba129e8..0979ed643 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.415'; -PDFJS.build = 'c6ba5ea'; +PDFJS.version = '1.1.417'; +PDFJS.build = 'b3c00f2'; (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 9e2fcb175..ac72345af 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.415'; -PDFJS.build = 'c6ba5ea'; +PDFJS.version = '1.1.417'; +PDFJS.build = 'b3c00f2'; (function pdfjsWrapper() { // Use strict in our context only - users might not want it diff --git a/package.json b/package.json index d8662fea7..e39a91524 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pdfjs-dist", - "version": "1.1.415", + "version": "1.1.417", "description": "Generic build of Mozilla's PDF.js library.", "keywords": [ "Mozilla",