This commit is contained in:
monitor1394
2021-02-26 01:03:47 +08:00
parent 3623e3b396
commit 6af0e6d427
5 changed files with 15 additions and 9 deletions

View File

@@ -35,8 +35,8 @@ namespace XCharts
[ExecuteInEditMode]
public class XChartsMgr : MonoBehaviour
{
internal static string _version = "2.0.0";
internal static int _versionDate = 20210205;
internal static string _version = "2.0.1";
internal static int _versionDate = 20210226;
public static string version { get { return _version; } }
public static int versionDate { get { return _versionDate; } }
public static string fullVersion { get { return version + "-" + versionDate; } }