diff --git a/bower.json b/bower.json index f92de131a..662ecd637 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "pdfjs-dist", - "version": "1.1.226", + "version": "1.1.228", "main": [ "build/pdf.js", "build/pdf.worker.js" diff --git a/build/pdf.combined.js b/build/pdf.combined.js index ecef0b47b..652761d34 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.226'; -PDFJS.build = 'e9a6d44'; +PDFJS.version = '1.1.228'; +PDFJS.build = '1b370da'; (function pdfjsWrapper() { // Use strict in our context only - users might not want it diff --git a/build/pdf.js b/build/pdf.js index 3ced392ca..5d61e7eb2 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.226'; -PDFJS.build = 'e9a6d44'; +PDFJS.version = '1.1.228'; +PDFJS.build = '1b370da'; (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 4ce1f680b..504f01b38 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.226'; -PDFJS.build = 'e9a6d44'; +PDFJS.version = '1.1.228'; +PDFJS.build = '1b370da'; (function pdfjsWrapper() { // Use strict in our context only - users might not want it diff --git a/package.json b/package.json index 10e2445c2..2f33f9db5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pdfjs-dist", - "version": "1.1.226", + "version": "1.1.228", "description": "Generic build of Mozilla's PDF.js library.", "keywords": [ "Mozilla",