From 2fe9a40f4257a25453dc0347008dd55eaafe1820 Mon Sep 17 00:00:00 2001 From: monitor1394 Date: Tue, 11 Jun 2024 08:28:46 +0800 Subject: [PATCH] 3.11.0-preview2 --- Runtime/Internal/XChartsMgr.cs | 4 ++-- package.json | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Runtime/Internal/XChartsMgr.cs b/Runtime/Internal/XChartsMgr.cs index 640dcafb..0e2f8b15 100644 --- a/Runtime/Internal/XChartsMgr.cs +++ b/Runtime/Internal/XChartsMgr.cs @@ -21,8 +21,8 @@ namespace XCharts.Runtime [ExecuteInEditMode] public static class XChartsMgr { - public static readonly string version = "3.11.0-preview1"; - public static readonly int versionDate = 20240520; + public static readonly string version = "3.11.0-preview2"; + public static readonly int versionDate = 20240611; public static string fullVersion { get { return version + "-" + versionDate; } } internal static List chartList = new List(); diff --git a/package.json b/package.json index cf335ea3..677fbe90 100644 --- a/package.json +++ b/package.json @@ -3,9 +3,9 @@ "displayName": "XCharts", "author": "monitor1394", "license": "MIT", - "version": "3.11.0-preview1", - "date": "20240520", - "checkdate": "20240520", + "version": "3.11.0-preview2", + "date": "20240611", + "checkdate": "20240611", "unity": "2018.3", "description": "A charting and data visualization library for Unity. Support line chart, bar chart, pie chart, radar chart, scatter chart, heatmap chart, ring chart, candlestick chart, polar chart and parallel coordinates.", "keywords": [