mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-22 08:50:10 +00:00
v2.0.0
This commit is contained in:
@@ -35,8 +35,8 @@ namespace XCharts
|
||||
[ExecuteInEditMode]
|
||||
public class XChartsMgr : MonoBehaviour
|
||||
{
|
||||
internal static string _version = "2.0.0-preview.2";
|
||||
internal static int _versionDate = 20210121;
|
||||
internal static string _version = "2.0.0";
|
||||
internal static int _versionDate = 20210205;
|
||||
public static string version { get { return _version; } }
|
||||
public static int versionDate { get { return _versionDate; } }
|
||||
public static string fullVersion { get { return version + "-" + versionDate; } }
|
||||
|
||||
Reference in New Issue
Block a user