This commit is contained in:
monitor1394
2023-10-16 08:15:27 +08:00
parent 6a5026e907
commit c67d3a3a80
2 changed files with 8 additions and 9 deletions

View File

@@ -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<BaseChart> chartList = new List<BaseChart>();

View File

@@ -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"
},