From afe91e5cddfb6632aa5adf70e96ed3ef848f64f1 Mon Sep 17 00:00:00 2001 From: Pdf Bot Date: Sun, 13 Sep 2015 17:21:56 +0100 Subject: [PATCH] PDF.js version 1.1.463 --- bower.json | 2 +- build/pdf.combined.js | 4 ++-- build/pdf.js | 4 ++-- build/pdf.worker.js | 4 ++-- package.json | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/bower.json b/bower.json index 812a4dfdc..c8a6c9c2d 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "pdfjs-dist", - "version": "1.1.462", + "version": "1.1.463", "main": [ "build/pdf.js", "build/pdf.worker.js" diff --git a/build/pdf.combined.js b/build/pdf.combined.js index 363087930..1282e8d1a 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.462'; -PDFJS.build = '11a0e1c'; +PDFJS.version = '1.1.463'; +PDFJS.build = 'fef46a2'; (function pdfjsWrapper() { // Use strict in our context only - users might not want it diff --git a/build/pdf.js b/build/pdf.js index 68fe9ab58..11f49dcb6 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.462'; -PDFJS.build = '11a0e1c'; +PDFJS.version = '1.1.463'; +PDFJS.build = 'fef46a2'; (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 a258a00e2..c74c4d813 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.462'; -PDFJS.build = '11a0e1c'; +PDFJS.version = '1.1.463'; +PDFJS.build = 'fef46a2'; (function pdfjsWrapper() { // Use strict in our context only - users might not want it diff --git a/package.json b/package.json index 0eabced46..d5ae39b71 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pdfjs-dist", - "version": "1.1.462", + "version": "1.1.463", "description": "Generic build of Mozilla's PDF.js library.", "keywords": [ "Mozilla",