This commit is contained in:
monitor1394
2021-08-31 21:13:59 +08:00
parent 9d8b95ddc4
commit 4276cd0768
5 changed files with 32 additions and 8 deletions

View File

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