Skip to content

Commit

Permalink
更新版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
rememberber committed Jul 21, 2018
1 parent 101f667 commit 4d57c3d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/java/com/fangxuele/tool/push/ui/ConstantsUI.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public class ConstantsUI {
* 软件名称,版本
*/
public final static String APP_NAME = "WePush";
public final static String APP_VERSION = "v_2.3.0_180714";
public final static String APP_VERSION = "v_2.3.1_180721";

/**
* 主窗口图标
Expand Down
10 changes: 8 additions & 2 deletions src/main/resources/version_summary.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"currentVersion": "v_2.3.0_180714",
"currentVersion": "v_2.3.1_180721",
"versionIndex": {
"v_1.1.0_170701": "0",
"v_1.2.0_170831": "1",
Expand All @@ -17,7 +17,8 @@
"v_2.1.0_180509": "12",
"v_2.2.0_180516": "13",
"v_2.2.1_180625": "14",
"v_2.3.0_180714": "15"
"v_2.3.0_180714": "15",
"v_2.3.1_180721": "16"
},
"versionDetailList": [
{
Expand Down Expand Up @@ -104,6 +105,11 @@
"version": "v_2.3.0_180714",
"title": "新增支持云片网短信",
"log": "1.新增支持云片网短信\n2.多处界面优化\n3.bug修复,优化性能\n"
},
{
"version": "v_2.3.1_180721",
"title": "编辑消息Tab bug修复",
"log": "1.修复编辑消息界面切换消息类型无反应的bug\n"
}
]
}

0 comments on commit 4d57c3d

Please sign in to comment.