From 02915db85b738f3b7634dfcd8d46e6d40216a5c2 Mon Sep 17 00:00:00 2001 From: monitor1394 Date: Sat, 21 Dec 2019 20:17:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC=E6=97=A5?= =?UTF-8?q?=E6=9C=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/XCharts/Runtime/Utility/XChartsMgr.cs | 2 +- Assets/XCharts/version.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Assets/XCharts/Runtime/Utility/XChartsMgr.cs b/Assets/XCharts/Runtime/Utility/XChartsMgr.cs index def796a8..d30105e8 100644 --- a/Assets/XCharts/Runtime/Utility/XChartsMgr.cs +++ b/Assets/XCharts/Runtime/Utility/XChartsMgr.cs @@ -25,7 +25,7 @@ namespace XCharts public class XChartsMgr : MonoBehaviour { public const string version = "1.1.0"; - public const int date = 20191220; + public const int date = 20191221; [SerializeField] private string m_NowVersion; [SerializeField] private string m_NewVersion; diff --git a/Assets/XCharts/version.json b/Assets/XCharts/version.json index ff2409d3..36966b1a 100644 --- a/Assets/XCharts/version.json +++ b/Assets/XCharts/version.json @@ -1,7 +1,7 @@ { "version": "1.1.0", - "date": "20191220", - "checkdate": "20191220", + "date": "20191221", + "checkdate": "20191221", "desc": "如果 XCharts 对您有帮助,希望您能在 Github 上点 Star 支持,非常感谢!", "homepage": "https://github.com/monitor1394/unity-ugui-XCharts" } \ No newline at end of file