From 7ededc958660e077c2edbdd3d52a392af4eac4c2 Mon Sep 17 00:00:00 2001 From: Pdf Bot Date: Sun, 1 Nov 2015 14:19:49 +0000 Subject: [PATCH] PDF.js version 1.2.58 - See mozilla/pdf.js@ad626610b78890e507e1a7b6a3024bb8c2191fb3 --- 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 990c5f4ca..3a376b656 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "pdfjs-dist", - "version": "1.2.56", + "version": "1.2.58", "main": [ "build/pdf.js", "build/pdf.worker.js" diff --git a/build/pdf.combined.js b/build/pdf.combined.js index 026792615..8ea7fce7e 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.2.56'; -PDFJS.build = 'bc33ae2'; +PDFJS.version = '1.2.58'; +PDFJS.build = 'ad62661'; (function pdfjsWrapper() { // Use strict in our context only - users might not want it diff --git a/build/pdf.js b/build/pdf.js index 56306e40e..3414ae56e 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.2.56'; -PDFJS.build = 'bc33ae2'; +PDFJS.version = '1.2.58'; +PDFJS.build = 'ad62661'; (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 abbe066ef..9c974129b 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.2.56'; -PDFJS.build = 'bc33ae2'; +PDFJS.version = '1.2.58'; +PDFJS.build = 'ad62661'; (function pdfjsWrapper() { // Use strict in our context only - users might not want it diff --git a/package.json b/package.json index f94f4adc2..228ce1992 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pdfjs-dist", - "version": "1.2.56", + "version": "1.2.58", "description": "Generic build of Mozilla's PDF.js library.", "keywords": [ "Mozilla",