This commit is contained in:
monitor1394
2021-04-07 20:30:40 +08:00
parent ffea4025a0
commit 40a9b19a63
5 changed files with 16 additions and 8 deletions

View File

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