|
@@ -284,7 +284,7 @@ var MagicEditor = {
|
|
|
var _this = this;
|
|
|
element.onload = element.onreadystatechange = function(){
|
|
|
if(!this.readyState||this.readyState=='loaded'||this.readyState=='complete') {
|
|
|
- _this.report('v0_4_6');
|
|
|
+ _this.report('v0_4_7');
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -973,7 +973,7 @@ var MagicEditor = {
|
|
|
url : 'https://img.shields.io/maven-central/v/org.ssssssss/magic-api.json',
|
|
|
dataType : 'json',
|
|
|
success : function(data){
|
|
|
- if(data.value != 'v0.4.6'){
|
|
|
+ if(data.value != 'v0.4.7'){
|
|
|
if(ignoreVersion != data.value){
|
|
|
_this.createDialog({
|
|
|
title : '更新提示',
|