diff --git a/Runtime/XChartsMgr.cs b/Runtime/XChartsMgr.cs index 1ce199ec..e5fa18e7 100644 --- a/Runtime/XChartsMgr.cs +++ b/Runtime/XChartsMgr.cs @@ -35,7 +35,7 @@ namespace XCharts [ExecuteInEditMode] public class XChartsMgr : MonoBehaviour { - internal static string _version = "2.0.0_preview1"; + internal static string _version = "2.0.0"; internal static int _versionDate = 20210110; public static string version { get { return _version; } } public static int versionDate { get { return _versionDate; } } diff --git a/package.json b/package.json index e82da865..d01fb0ed 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "com.monitor1394.xcharts", "displayName": "XCharts", - "version": "1.6.3", - "date": "20210102", - "checkdate": "20210102", + "version": "2.0.0", + "date": "20210110", + "checkdate": "20210110", "desc": "如果 XCharts 对您有帮助,希望您能在 Github 上点 Star 支持,非常感谢!", "unity": "2018.3", "description": "A charting and data visualization library for Unity.", diff --git a/version.json b/version.json index 0f153594..45d3d11b 100644 --- a/version.json +++ b/version.json @@ -1,7 +1,7 @@ { - "version": "1.6.3", - "date": "20210102", - "checkdate": "20210102", + "version": "2.0.0", + "date": "20210110", + "checkdate": "20210110", "desc": "如果 XCharts 对您有帮助,希望您能在 Github 上点 Star 支持,非常感谢!", "homepage": "https://github.com/monitor1394/unity-ugui-XCharts" } \ No newline at end of file