From 6c0dcbbcbbf77810116b559cc03e1564b5f8ad4e Mon Sep 17 00:00:00 2001 From: monitor1394 Date: Wed, 30 Mar 2022 08:25:48 +0800 Subject: [PATCH] 3.0 --- Runtime/Internal/XChartsMgr.cs | 4 ++-- package.json | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Runtime/Internal/XChartsMgr.cs b/Runtime/Internal/XChartsMgr.cs index 1631fec8..ae2b4543 100644 --- a/Runtime/Internal/XChartsMgr.cs +++ b/Runtime/Internal/XChartsMgr.cs @@ -20,8 +20,8 @@ namespace XCharts.Runtime [ExecuteInEditMode] public static class XChartsMgr { - public static readonly string version = "3.0.0-preview5"; - public static readonly int versionDate = 20220326; + public static readonly string version = "3.0.0-preview6"; + public static readonly int versionDate = 20220330; public static string fullVersion { get { return version + "-" + versionDate; } } internal static List chartList = new List(); diff --git a/package.json b/package.json index 11d580c3..c83312cb 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "com.monitor1394.xcharts", "displayName": "XCharts", - "version": "3.0.0-preview5", - "date": "20220326", - "checkdate": "20220326", + "version": "3.0.0-preview6", + "date": "20220330", + "checkdate": "20220330", "desc": "如果 XCharts 对您有帮助,希望您能在 Github 上点 Star 支持,非常感谢!", "unity": "2018.3", "description": "A charting and data visualization library for Unity.",