Skip to content

Commit b9f5911

Browse files
committed
[bug] fix update version
1 parent 298d380 commit b9f5911

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/js/update.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -692,7 +692,7 @@ var update = (function(){
692692
data.state.group.edit=false;
693693
returndata;
694694
},
695-
"4.30.0": function(data){
695+
"4.3.0": function(data){
696696
data.state.theme.color={
697697
hsl: {
698698
h: 222,

0 commit comments

Comments
(0)