diff --git a/README.md b/README.md new file mode 100644 index 000000000..daef282c1 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# PDF.js + +PDF.js is a Portable Document Format (PDF) library that is built with HTML5. +Our goal is to create a general-purpose, web standards-based platform for +parsing and rendering PDFs. + +This is a pre-built version of the PDF.js source code. It is automatically +generated by the build scripts. + +See https://github.com/mozilla/pdf.js for learning and contributing. diff --git a/bower.json b/bower.json index 372eda89a..61bdcaef6 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "pdfjs-dist", - "version": "1.0.826", + "version": "1.0.828", "main": [ "build/pdf.js", "build/pdf.worker.js" diff --git a/build/pdf.combined.js b/build/pdf.combined.js index 7496ab940..b73a4203c 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.826'; -PDFJS.build = 'e0bb2f7'; +PDFJS.version = '1.0.828'; +PDFJS.build = '76b3e5d'; (function pdfjsWrapper() { // Use strict in our context only - users might not want it diff --git a/build/pdf.js b/build/pdf.js index 94eab849b..ab981dbc0 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.826'; -PDFJS.build = 'e0bb2f7'; +PDFJS.version = '1.0.828'; +PDFJS.build = '76b3e5d'; (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 eaf33c3c6..2e0cb2f11 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.826'; -PDFJS.build = 'e0bb2f7'; +PDFJS.version = '1.0.828'; +PDFJS.build = '76b3e5d'; (function pdfjsWrapper() { // Use strict in our context only - users might not want it diff --git a/package.json b/package.json index decd74d03..012e1158c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pdfjs-dist", - "version": "1.0.826", + "version": "1.0.828", "description": "Generic build of Mozilla's PDF.js library.", "keywords": [ "Mozilla",