Skip to content

Commit

Permalink
v_4.2.4_201222
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoubo58 committed Dec 22, 2020
1 parent 7917599 commit e7ca940
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_4.2.3_201210";
public final static String APP_VERSION = "v_4.2.4_201222";

/**
* Logo-1024*1024
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_4.2.3_201210",
"currentVersion": "v_4.2.4_201222",
"versionIndex": {
"v_1.1.0_170701": "0",
"v_1.2.0_170831": "1",
Expand Down Expand Up @@ -43,7 +43,8 @@
"v_4.2.0_191129": "39",
"v_4.2.1_200308": "40",
"v_4.2.2_201208": "41",
"v_4.2.3_201210": "42"
"v_4.2.3_201210": "42",
"v_4.2.4_201222": "43"
},
"versionDetailList": [
{
Expand Down Expand Up @@ -260,6 +261,11 @@
"version": "v_4.2.3_201210",
"title": "修复bug",
"log": "● fix:修复模板消息模板列表切换时报错的问题\n● fix:修复保存消息后消息名称被清空的问题\n● fix:修复选择模板保存后,再次打开,选择的模板名称变为默认的问题\n● fix:修复其他体验问题\n● feature:增加支持日期相关的变量\n"
},
{
"version": "v_4.2.4_201222",
"title": "微信公众号客服消息支持小程序卡片",
"log": "● feature:微信公众号客服消息支持小程序卡片\n● fix:修复微信公众号客服消息优先类型消息无法发送的问题\n"
}
]
}

0 comments on commit e7ca940

Please sign in to comment.