diff --git a/bower.json b/bower.json index 3698ff180..f04d72dc5 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "pdfjs-dist", - "version": "1.0.345", + "version": "1.0.347", "keywords": [ "Mozilla", "pdf", diff --git a/build/pdf.combined.js b/build/pdf.combined.js index 0a1315b1d..b819a89ef 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.345'; -PDFJS.build = '669b513'; +PDFJS.version = '1.0.347'; +PDFJS.build = '06cdca4'; (function pdfjsWrapper() { // Use strict in our context only - users might not want it diff --git a/build/pdf.js b/build/pdf.js index 46c7e38f7..5939992ea 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.345'; -PDFJS.build = '669b513'; +PDFJS.version = '1.0.347'; +PDFJS.build = '06cdca4'; (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 26e6f4878..cc43b7d02 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.345'; -PDFJS.build = '669b513'; +PDFJS.version = '1.0.347'; +PDFJS.build = '06cdca4'; (function pdfjsWrapper() { // Use strict in our context only - users might not want it diff --git a/package.json b/package.json index 88b2926b3..a2472cb36 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pdfjs-dist", - "version": "1.0.345", + "version": "1.0.347", "description": "Generic build of Mozilla's PDF.js library.", "keywords": [ "Mozilla",