scheduled release date for v3.2.0

This commit is contained in:
monitor1394
2022-08-02 08:01:22 +08:00
parent b9812a4f98
commit 35220a1026
6 changed files with 21 additions and 23 deletions

View File

@@ -21,7 +21,7 @@ namespace XCharts.Runtime
public static class XChartsMgr
{
public static readonly string version = "3.2.0";
public static readonly int versionDate = 20220712;
public static readonly int versionDate = 20220815;
public static string fullVersion { get { return version + "-" + versionDate; } }
internal static List<BaseChart> chartList = new List<BaseChart>();