This commit is contained in:
monitor1394
2021-06-13 12:10:50 +08:00
parent 793c9dee46
commit f090970cc8
5 changed files with 19 additions and 13 deletions

View File

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