diff --git a/Runtime/Internal/XChartsMgr.cs b/Runtime/Internal/XChartsMgr.cs index a791524c..d013fa7c 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.8.1"; - public static readonly int versionDate = 20231001; + public static readonly string version = "3.8.2"; + public static readonly int versionDate = 20231101; public static string fullVersion { get { return version + "-" + versionDate; } } internal static List chartList = new List(); diff --git a/package.json b/package.json index 00bfca79..2a1ff57d 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,13 @@ { "name": "com.monitor1394.xcharts", "displayName": "XCharts", - "version": "3.8.1", - "date": "20231001", - "checkdate": "20231001", - "desc": "如果 XCharts 对您有帮助,希望您能在 Github 上点 Star 支持,非常感谢!", + "author": "monitor1394", + "license": "MIT", + "version": "3.8.2", + "date": "20231101", + "checkdate": "20231101", "unity": "2018.3", - "description": "A charting and data visualization library for Unity.", + "description": "A charting and data visualization library for Unity. Support line chart, bar chart, pie chart, radar chart, scatter chart, heatmap chart, ring chart, candlestick chart, polar chart and parallel coordinates.", "keywords": [ "chart", "charts", @@ -19,8 +20,6 @@ "type": "git", "url": "git+https://github.com/XCharts-Team/XCharts.git" }, - "author": "monitor1394", - "license": "MIT", "bugs": { "url": "https://github.com/XCharts-Team/XCharts/issues" },