Skip to content

Commit

Permalink
更新版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
rememberber committed Jul 14, 2018
1 parent 71feffd commit 38d2f16
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
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.2.1_180625";
public final static String APP_VERSION = "v_2.3.0_180714";

/**
* 主窗口图标
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.2.1_180625",
"currentVersion": "v_2.3.0_180714",
"versionIndex": {
"v_1.1.0_170701": "0",
"v_1.2.0_170831": "1",
Expand All @@ -16,7 +16,8 @@
"v_2.0.2_180401": "12",
"v_2.1.0_180509": "12",
"v_2.2.0_180516": "13",
"v_2.2.1_180625": "14"
"v_2.2.1_180625": "14",
"v_2.3.0_180714": "15"
},
"versionDetailList": [
{
Expand Down Expand Up @@ -98,6 +99,11 @@
"version": "v_2.2.1_180625",
"title": "修复模板消息跳转小程序路径问题",
"log": "1.升级weixin-java-tools版本,修复模板消息跳转小程序路径问题\n"
},
{
"version": "v_2.3.0_180714",
"title": "新增支持云片网短信",
"log": "1.新增支持云片网短信\n2.多处界面优化\n3.bug修复,优化性能\n"
}
]
}

0 comments on commit 38d2f16

Please sign in to comment.