From 1e6140a138671f88d7d5d65da0293ac955c4fcd5 Mon Sep 17 00:00:00 2001 From: monitor1394 Date: Mon, 20 May 2024 08:33:09 +0800 Subject: [PATCH] 3.11.0-preview1 --- Runtime/Internal/XChartsMgr.cs | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Runtime/Internal/XChartsMgr.cs b/Runtime/Internal/XChartsMgr.cs index b2f7677b..640dcafb 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.10.2"; - public static readonly int versionDate = 20240311; + public static readonly string version = "3.11.0-preview1"; + public static readonly int versionDate = 20240520; public static string fullVersion { get { return version + "-" + versionDate; } } internal static List chartList = new List(); diff --git a/package.json b/package.json index 6425d8bc..cf335ea3 100644 --- a/package.json +++ b/package.json @@ -4,8 +4,8 @@ "author": "monitor1394", "license": "MIT", "version": "3.11.0-preview1", - "date": "20240223", - "checkdate": "20240223", + "date": "20240520", + "checkdate": "20240520", "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": [