This commit is contained in:
monitor1394
2022-08-15 22:12:44 +08:00
parent 0fda5f5ea1
commit 0fb7e113d2
5 changed files with 9 additions and 7 deletions

View File

@@ -34,7 +34,7 @@ namespace XCharts
public class XChartsMgr : MonoBehaviour
{
internal static string _version = "2.8.2";
internal static int _versionDate = 20220713;
internal static int _versionDate = 20220815;
public static string version { get { return _version; } }
public static int versionDate { get { return _versionDate; } }
public static string fullVersion { get { return version + "-" + versionDate; } }