Skip to content

Commit

Permalink
又忘了更新版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
pea3nut committed Apr 14, 2017
1 parent e0a7a42 commit e3fdc0c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/pxer-utility.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion dist/launcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down
2 changes: 1 addition & 1 deletion src/launcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit e3fdc0c

Please sign in to comment.