From 182dfa89ed6d9c8c5174a5ceb7aaeb5e9afe876a Mon Sep 17 00:00:00 2001 From: Pdf Bot Date: Sat, 4 Jul 2015 20:07:09 +0100 Subject: [PATCH] PDF.js version 1.1.250 --- 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 fc2d64300..00601a9f6 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "pdfjs-dist", - "version": "1.1.248", + "version": "1.1.250", "main": [ "build/pdf.js", "build/pdf.worker.js" diff --git a/build/pdf.combined.js b/build/pdf.combined.js index 5cad03ec7..e82e0eb82 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.248'; -PDFJS.build = '3ffed9d'; +PDFJS.version = '1.1.250'; +PDFJS.build = '93bc8ea'; (function pdfjsWrapper() { // Use strict in our context only - users might not want it diff --git a/build/pdf.js b/build/pdf.js index f2eacf045..cb9065f60 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.248'; -PDFJS.build = '3ffed9d'; +PDFJS.version = '1.1.250'; +PDFJS.build = '93bc8ea'; (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 51ba6d5f5..b2d2f81a5 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.248'; -PDFJS.build = '3ffed9d'; +PDFJS.version = '1.1.250'; +PDFJS.build = '93bc8ea'; (function pdfjsWrapper() { // Use strict in our context only - users might not want it diff --git a/package.json b/package.json index 652c85325..14a99a286 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pdfjs-dist", - "version": "1.1.248", + "version": "1.1.250", "description": "Generic build of Mozilla's PDF.js library.", "keywords": [ "Mozilla",