From ae013b13e2548e23be2febfc851fc71ccaa45685 Mon Sep 17 00:00:00 2001 From: Pdf Bot Date: Fri, 18 Dec 2015 16:07:23 +0000 Subject: [PATCH] PDF.js version 1.3.105 - See mozilla/pdf.js@479d96eb24c5ba1429ccc22f122ef4af859376dc --- 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 505e615d5..d433aae3f 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "pdfjs-dist", - "version": "1.3.104", + "version": "1.3.105", "main": [ "build/pdf.js", "build/pdf.worker.js" diff --git a/build/pdf.combined.js b/build/pdf.combined.js index 6326e46c4..9348e798e 100644 --- a/build/pdf.combined.js +++ b/build/pdf.combined.js @@ -20,8 +20,8 @@ if (typeof PDFJS === 'undefined') { (typeof window !== 'undefined' ? window : this).PDFJS = {}; } -PDFJS.version = '1.3.104'; -PDFJS.build = 'e7311cd'; +PDFJS.version = '1.3.105'; +PDFJS.build = '479d96e'; (function pdfjsWrapper() { // Use strict in our context only - users might not want it diff --git a/build/pdf.js b/build/pdf.js index d507bd30d..c9099fdd9 100644 --- a/build/pdf.js +++ b/build/pdf.js @@ -20,8 +20,8 @@ if (typeof PDFJS === 'undefined') { (typeof window !== 'undefined' ? window : this).PDFJS = {}; } -PDFJS.version = '1.3.104'; -PDFJS.build = 'e7311cd'; +PDFJS.version = '1.3.105'; +PDFJS.build = '479d96e'; (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 57bab934a..55a03fe06 100644 --- a/build/pdf.worker.js +++ b/build/pdf.worker.js @@ -20,8 +20,8 @@ if (typeof PDFJS === 'undefined') { (typeof window !== 'undefined' ? window : this).PDFJS = {}; } -PDFJS.version = '1.3.104'; -PDFJS.build = 'e7311cd'; +PDFJS.version = '1.3.105'; +PDFJS.build = '479d96e'; (function pdfjsWrapper() { // Use strict in our context only - users might not want it diff --git a/package.json b/package.json index fdcacbaee..269b880cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pdfjs-dist", - "version": "1.3.104", + "version": "1.3.105", "description": "Generic build of Mozilla's PDF.js library.", "keywords": [ "Mozilla",