XCharts 2.0

This commit is contained in:
monitor1394
2021-01-11 12:22:22 +08:00
parent 489095865d
commit 8078fdf097
3 changed files with 7 additions and 7 deletions

View File

@@ -35,7 +35,7 @@ namespace XCharts
[ExecuteInEditMode]
public class XChartsMgr : MonoBehaviour
{
internal static string _version = "2.0.0_preview1";
internal static string _version = "2.0.0";
internal static int _versionDate = 20210110;
public static string version { get { return _version; } }
public static int versionDate { get { return _versionDate; } }

View File

@@ -1,9 +1,9 @@
{
"name": "com.monitor1394.xcharts",
"displayName": "XCharts",
"version": "1.6.3",
"date": "20210102",
"checkdate": "20210102",
"version": "2.0.0",
"date": "20210110",
"checkdate": "20210110",
"desc": "如果 XCharts 对您有帮助,希望您能在 Github 上点 Star 支持,非常感谢!",
"unity": "2018.3",
"description": "A charting and data visualization library for Unity.",

View File

@@ -1,7 +1,7 @@
{
"version": "1.6.3",
"date": "20210102",
"checkdate": "20210102",
"version": "2.0.0",
"date": "20210110",
"checkdate": "20210110",
"desc": "如果 XCharts 对您有帮助,希望您能在 Github 上点 Star 支持,非常感谢!",
"homepage": "https://github.com/monitor1394/unity-ugui-XCharts"
}