From 38d2f16f380fbbf0bb12de430b40623be1980411 Mon Sep 17 00:00:00 2001 From: duoduo Date: Sat, 14 Jul 2018 21:41:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/fangxuele/tool/wechat/push/ui/ConstantsUI.java | 2 +- src/main/resources/version_summary.json | 10 ++++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/src/main/java/com/fangxuele/tool/wechat/push/ui/ConstantsUI.java b/src/main/java/com/fangxuele/tool/wechat/push/ui/ConstantsUI.java index 7d898615..b2ae0952 100644 --- a/src/main/java/com/fangxuele/tool/wechat/push/ui/ConstantsUI.java +++ b/src/main/java/com/fangxuele/tool/wechat/push/ui/ConstantsUI.java @@ -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"; /** * 主窗口图标 diff --git a/src/main/resources/version_summary.json b/src/main/resources/version_summary.json index 49a00da2..277d8535 100644 --- a/src/main/resources/version_summary.json +++ b/src/main/resources/version_summary.json @@ -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", @@ -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": [ { @@ -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" } ] } \ No newline at end of file