From a96d2db43be72408ed4bd83a653848bf1ea0bda0 Mon Sep 17 00:00:00 2001 From: Pdf Bot Date: Fri, 30 Oct 2015 16:55:20 +0000 Subject: [PATCH] PDF.js version 1.2.55 - See mozilla/pdf.js@c8c211602ba90f0700b6c4e10af637d344ee85a6 --- 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 8dbf95760..ec0137113 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "pdfjs-dist", - "version": "1.2.52", + "version": "1.2.55", "main": [ "build/pdf.js", "build/pdf.worker.js" diff --git a/build/pdf.combined.js b/build/pdf.combined.js index b19183a31..d898f4895 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.52'; -PDFJS.build = 'c2e70ea'; +PDFJS.version = '1.2.55'; +PDFJS.build = 'c8c2116'; (function pdfjsWrapper() { // Use strict in our context only - users might not want it diff --git a/build/pdf.js b/build/pdf.js index 360e3b6ce..e6240b9f9 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.52'; -PDFJS.build = 'c2e70ea'; +PDFJS.version = '1.2.55'; +PDFJS.build = 'c8c2116'; (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 e33f8f339..90ef434a8 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.52'; -PDFJS.build = 'c2e70ea'; +PDFJS.version = '1.2.55'; +PDFJS.build = 'c8c2116'; (function pdfjsWrapper() { // Use strict in our context only - users might not want it diff --git a/package.json b/package.json index c543f47ca..9e929c6c2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pdfjs-dist", - "version": "1.2.52", + "version": "1.2.55", "description": "Generic build of Mozilla's PDF.js library.", "keywords": [ "Mozilla",