This commit is contained in:
monitor1394
2021-07-24 09:31:40 +08:00
parent 16d6a5a3a0
commit a61bf7a621
8 changed files with 68 additions and 28 deletions

View File

@@ -1,6 +1,4 @@
using System.Linq;
using System.Collections.ObjectModel;
/******************************************/
/******************************************/
/* */
/* Copyright (c) 2021 monitor1394 */
/* https://github.com/monitor1394 */

View File

@@ -33,8 +33,8 @@ namespace XCharts
[ExecuteInEditMode]
public class XChartsMgr : MonoBehaviour
{
internal static string _version = "2.2.3";
internal static int _versionDate = 20210620;
internal static string _version = "2.3.0";
internal static int _versionDate = 20210724;
public static string version { get { return _version; } }
public static int versionDate { get { return _versionDate; } }
public static string fullVersion { get { return version + "-" + versionDate; } }