From eddbe3ff5ed82ff6c48efedba3c5b0c69ec1c588 Mon Sep 17 00:00:00 2001 From: monitor1394 Date: Tue, 12 Nov 2019 19:54:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=83v1.0.5=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + Runtime/Utility/XChartsMgr.cs | 4 ++-- package.json | 2 +- version.json | 6 +++--- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 700c7317..0f9c4d59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # 更新日志 +* (2019.11.12) 发布`v1.0.5`版本 * (2019.11.12) 修复`2018.3`以下版本打开项目报错的问题 * (2019.11.12) 增加`IconStyle`子组件,优化`SerieData`的图标配置 * (2019.11.11) 修复`Serie`的图标显示在上层遮挡`Label`的问题 diff --git a/Runtime/Utility/XChartsMgr.cs b/Runtime/Utility/XChartsMgr.cs index e8675b8d..9b3f77c1 100644 --- a/Runtime/Utility/XChartsMgr.cs +++ b/Runtime/Utility/XChartsMgr.cs @@ -24,8 +24,8 @@ namespace XCharts public class XChartsMgr : MonoBehaviour { - public const string version = "1.0.4"; - public const int date = 20191105; + public const string version = "1.0.5"; + public const int date = 20191112; [SerializeField] private string m_NowVersion; [SerializeField] private string m_NewVersion; diff --git a/package.json b/package.json index 5d4ed075..8b289ad0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "com.monitor1394.xcharts", "displayName": "XCharts", - "version": "1.0.4", + "version": "1.0.5", "unity": "2018.3", "description": "A charting and data visualization library for Unity.", "keywords": [ diff --git a/version.json b/version.json index 8725cd6d..49a7f509 100644 --- a/version.json +++ b/version.json @@ -1,7 +1,7 @@ { - "version": "1.0.4", - "date": "20191105", - "checkdate": "20191105", + "version": "1.0.5", + "date": "20191112", + "checkdate": "20191112", "desc": "欢迎 Github 上点 Star 支持,非常感谢!", "homepage": "https://github.com/monitor1394/unity-ugui-XCharts" } \ No newline at end of file