From c9248906d2dfb9ba86735d1892a55f6a3ad773ce Mon Sep 17 00:00:00 2001 From: Pdf Bot Date: Thu, 29 Oct 2015 22:04:21 +0000 Subject: [PATCH] PDF.js version 1.2.43 - See mozilla/pdf.js@1672c77395fa43dd4422abee6ee600a168e36a74 --- 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 8b23b33e0..c8b042ea4 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "pdfjs-dist", - "version": "1.2.41", + "version": "1.2.43", "main": [ "build/pdf.js", "build/pdf.worker.js" diff --git a/build/pdf.combined.js b/build/pdf.combined.js index db2ee565e..417ad9c4c 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.41'; -PDFJS.build = 'b56b415'; +PDFJS.version = '1.2.43'; +PDFJS.build = '1672c77'; (function pdfjsWrapper() { // Use strict in our context only - users might not want it diff --git a/build/pdf.js b/build/pdf.js index db30b40ee..76b9c4d57 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.41'; -PDFJS.build = 'b56b415'; +PDFJS.version = '1.2.43'; +PDFJS.build = '1672c77'; (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 5664f9837..d36ebe53d 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.41'; -PDFJS.build = 'b56b415'; +PDFJS.version = '1.2.43'; +PDFJS.build = '1672c77'; (function pdfjsWrapper() { // Use strict in our context only - users might not want it diff --git a/package.json b/package.json index 211ecf2a9..fa300d337 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pdfjs-dist", - "version": "1.2.41", + "version": "1.2.43", "description": "Generic build of Mozilla's PDF.js library.", "keywords": [ "Mozilla",