From 5568c2fd763e3e59d4979fb37d493408d01db513 Mon Sep 17 00:00:00 2001 From: monitor1394 Date: Mon, 8 May 2023 23:31:03 +0800 Subject: [PATCH] 3.7.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 661e35b7..5a03cfc5 100644 --- a/Runtime/Internal/XChartsMgr.cs +++ b/Runtime/Internal/XChartsMgr.cs @@ -21,8 +21,8 @@ namespace XCharts.Runtime [ExecuteInEditMode] public static class XChartsMgr { - public static readonly string version = "3.6.0"; - public static readonly int versionDate = 20230401; + public static readonly string version = "3.7.0"; + public static readonly int versionDate = 20230601; public static string fullVersion { get { return version + "-" + versionDate; } } internal static List chartList = new List(); diff --git a/package.json b/package.json index 967bd128..14c8d4b9 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "com.monitor1394.xcharts", "displayName": "XCharts", - "version": "3.6.0", - "date": "20230401", - "checkdate": "20230401", + "version": "3.7.0", + "date": "20230601", + "checkdate": "20230601", "desc": "如果 XCharts 对您有帮助,希望您能在 Github 上点 Star 支持,非常感谢!", "unity": "2018.3", "description": "A charting and data visualization library for Unity.",