diff --git a/bower.json b/bower.json index cec14f5e2..9f956864c 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "pdfjs-dist", - "version": "1.0.1067", + "version": "1.0.1069", "main": [ "build/pdf.js", "build/pdf.worker.js" diff --git a/build/pdf.combined.js b/build/pdf.combined.js index 5759bf7d2..62e0778c5 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.0.1067'; -PDFJS.build = '8d0c442'; +PDFJS.version = '1.0.1069'; +PDFJS.build = '35e6680'; (function pdfjsWrapper() { // Use strict in our context only - users might not want it @@ -341,6 +341,7 @@ function isValidUrl(url, allowRelative) { case 'https': case 'ftp': case 'mailto': + case 'tel': return true; default: return false; diff --git a/build/pdf.js b/build/pdf.js index e583d7035..b7250b773 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.0.1067'; -PDFJS.build = '8d0c442'; +PDFJS.version = '1.0.1069'; +PDFJS.build = '35e6680'; (function pdfjsWrapper() { // Use strict in our context only - users might not want it @@ -341,6 +341,7 @@ function isValidUrl(url, allowRelative) { case 'https': case 'ftp': case 'mailto': + case 'tel': return true; default: return false; diff --git a/build/pdf.worker.js b/build/pdf.worker.js index 620965813..244c334ec 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.0.1067'; -PDFJS.build = '8d0c442'; +PDFJS.version = '1.0.1069'; +PDFJS.build = '35e6680'; (function pdfjsWrapper() { // Use strict in our context only - users might not want it @@ -341,6 +341,7 @@ function isValidUrl(url, allowRelative) { case 'https': case 'ftp': case 'mailto': + case 'tel': return true; default: return false; diff --git a/package.json b/package.json index 899e88216..6b718755b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pdfjs-dist", - "version": "1.0.1067", + "version": "1.0.1069", "description": "Generic build of Mozilla's PDF.js library.", "keywords": [ "Mozilla",