2
0
Эх сурвалжийг харах

PDF.js version 1.3.70 - See mozilla/pdf.js@c6e9be8b241258bcce2d246e6899d0d7a17ae6c2

Pdf Bot 9 жил өмнө
parent
commit
a3c3a6e3b3

+ 1 - 1
bower.json

@@ -1,6 +1,6 @@
 {
   "name": "pdfjs-dist",
-  "version": "1.3.68",
+  "version": "1.3.70",
   "main": [
     "build/pdf.js",
     "build/pdf.worker.js"

+ 2 - 2
build/pdf.combined.js

@@ -20,8 +20,8 @@ if (typeof PDFJS === 'undefined') {
   (typeof window !== 'undefined' ? window : this).PDFJS = {};
 }
 
-PDFJS.version = '1.3.68';
-PDFJS.build = '91b27aa';
+PDFJS.version = '1.3.70';
+PDFJS.build = 'c6e9be8';
 
 (function pdfjsWrapper() {
   // Use strict in our context only - users might not want it

+ 2 - 2
build/pdf.js

@@ -20,8 +20,8 @@ if (typeof PDFJS === 'undefined') {
   (typeof window !== 'undefined' ? window : this).PDFJS = {};
 }
 
-PDFJS.version = '1.3.68';
-PDFJS.build = '91b27aa';
+PDFJS.version = '1.3.70';
+PDFJS.build = 'c6e9be8';
 
 (function pdfjsWrapper() {
   // Use strict in our context only - users might not want it

+ 2 - 2
build/pdf.worker.js

@@ -20,8 +20,8 @@ if (typeof PDFJS === 'undefined') {
   (typeof window !== 'undefined' ? window : this).PDFJS = {};
 }
 
-PDFJS.version = '1.3.68';
-PDFJS.build = '91b27aa';
+PDFJS.version = '1.3.70';
+PDFJS.build = 'c6e9be8';
 
 (function pdfjsWrapper() {
   // Use strict in our context only - users might not want it

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "pdfjs-dist",
-  "version": "1.3.68",
+  "version": "1.3.70",
   "description": "Generic build of Mozilla's PDF.js library.",
   "keywords": [
     "Mozilla",