Skip to content

Commit

Permalink
release:v_3.6.1_190728
Browse files Browse the repository at this point in the history
  • Loading branch information
rememberber committed Jul 28, 2019
1 parent 5ee47c3 commit 07a5799
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/UiConsts.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class UiConsts {
* 软件名称,版本
*/
public final static String APP_NAME = "WePush";
public final static String APP_VERSION = "v_3.6.0_190721";
public final static String APP_VERSION = "v_3.6.1_190728";

/**
* 主窗口图标-大
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_3.6.0_190721",
"currentVersion": "v_3.6.1_190728",
"versionIndex": {
"v_1.1.0_170701": "0",
"v_1.2.0_170831": "1",
Expand Down Expand Up @@ -30,7 +30,8 @@
"v_3.4.1_190624": "26",
"v_3.4.2_190630": "27",
"v_3.5.0_190713": "28",
"v_3.6.0_190721": "29"
"v_3.6.0_190721": "29",
"v_3.6.1_190728": "30"
},
"versionDetailList": [
{
Expand Down Expand Up @@ -182,6 +183,11 @@
"version": "v_3.6.0_190721",
"title": "消息类型新增支持HTTP请求",
"log": "● feature:消息类型新增支持HTTP请求\n● feature:成员导出支持选择文件类型\n● feature:支持外部AccessToken\n● feature:推送页签增加tps展示\n● optimization:消息编辑form重构\n● 其他细节调整\n"
},
{
"version": "v_3.6.1_190728",
"title": "HTTP请求类型消息使用OkHttp",
"log": "● feature:HTTP请求类型消息使用OkHttp引擎\n● optimization:HTTP请求支持选择body类型\n"
}
]
}

0 comments on commit 07a5799

Please sign in to comment.