Skip to content

Commit

Permalink
release:v_4.1.1_191027
Browse files Browse the repository at this point in the history
  • Loading branch information
rememberber committed Oct 27, 2019
1 parent 7b48c7a commit 9e8733f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 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_4.1.0_190930";
public final static String APP_VERSION = "v_4.1.1_191027";

/**
* Logo-1024*1024
Expand Down
7 changes: 6 additions & 1 deletion src/main/resources/version_summary.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"currentVersion": "v_4.1.0_190930",
"currentVersion": "v_4.1.1_191027",
"versionIndex": {
"v_1.1.0_170701": "0",
"v_1.2.0_170831": "1",
Expand Down Expand Up @@ -230,6 +230,11 @@
"version": "v_4.1.0_190930",
"title": "新增支持小程序统一服务消息",
"log": "● feature:新增支持小程序统一服务消息类型\n● bug fix:修复阿里云短信发送失败的问题(感谢@LEE.MW反馈)\n"
},
{
"version": "v_4.1.1_191027",
"title": "一波细节优化",
"log": "● optimization:优化推送历史复制按钮功能\n● optimization:窗口关闭更优雅一些\n● optimization:窗口增加esc按钮事件\n● optimization:UI细节优化\n"
}
]
}

0 comments on commit 9e8733f

Please sign in to comment.