This commit is contained in:
monitor1394
2022-07-13 21:45:54 +08:00
parent 012eb6808f
commit e0d1904db5
3 changed files with 8 additions and 8 deletions

View File

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