From e3fdc0ca24f8c62ca885916e12e5189a2f76783d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8A=B1=E7=94=9FPeA?= <626954412@qq.com> Date: Fri, 14 Apr 2017 15:28:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=88=E5=BF=98=E4=BA=86=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build/pxer-utility.js | 2 +- dist/launcher.js | 2 +- src/launcher.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/pxer-utility.js b/build/pxer-utility.js index e6451eb..a65d3db 100644 --- a/build/pxer-utility.js +++ b/build/pxer-utility.js @@ -4,7 +4,7 @@ const Babel = require('babel-core'); module.exports.pxerURL ='http://pxer-app.pea3nut.org/'; module.exports.rootPath ='../'; -module.exports.pxerVersion ='7.0.2'; +module.exports.pxerVersion ='7.0.3'; module.exports.path2URL =function(path){ var url =module.exports.pxerURL; diff --git a/dist/launcher.js b/dist/launcher.js index e8e3600..efdf8bb 100644 --- a/dist/launcher.js +++ b/dist/launcher.js @@ -6,7 +6,7 @@ ~function () { var libURL = /**/"dist/lib.js"; //*/''; var supportURL = /**/"dist/support.js"; //*/''; - window['PXER_VERSION'] = /**/"7.0.2"; //*/''; + window['PXER_VERSION'] = /**/"7.0.3"; //*/''; Promise.resolve().then(function () { var script = document.createElement('script'); diff --git a/src/launcher.js b/src/launcher.js index 363d692..c8da9ae 100644 --- a/src/launcher.js +++ b/src/launcher.js @@ -4,7 +4,7 @@ ~function(){ var libURL =/**/"src/app/lib.js";//*/''; var supportURL =/**/"src/app/support.js";//*/''; - window['PXER_VERSION'] =/**/"7.0.2";//*/''; + window['PXER_VERSION'] =/**/"7.0.3";//*/''; Promise.resolve().then(function(){ var script = document.createElement('script');