From be6a91b4c2a0f5e8cb43207fb176a472b94babd7 Mon Sep 17 00:00:00 2001 From: monitor1394 Date: Tue, 31 Dec 2024 08:44:57 +0800 Subject: [PATCH] 3.13.0 --- Documentation~/zh/changelog.md | 2 -- Runtime/Internal/XChartsMgr.cs | 4 ++-- package.json | 6 +++--- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/Documentation~/zh/changelog.md b/Documentation~/zh/changelog.md index 5cd3957a..99dc464a 100644 --- a/Documentation~/zh/changelog.md +++ b/Documentation~/zh/changelog.md @@ -165,8 +165,6 @@ slug: /changelog 日志详情: - - * (2024.06.16) 发布`v3.11.0`版本 * (2024.06.15) 增加`Editor`下`Data`的添加、删除、上下移动操作按钮 * (2024.06.11) 修复`Axis`的`IndicatorLabel`可能会遮挡住`Tooltip`的问题 diff --git a/Runtime/Internal/XChartsMgr.cs b/Runtime/Internal/XChartsMgr.cs index 98e73c7f..b3c62458 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.12.1"; - public static readonly int versionDate = 20241201; + public static readonly string version = "3.13.0"; + public static readonly int versionDate = 20250101; public static string fullVersion { get { return version + "-" + versionDate; } } internal static List chartList = new List(); diff --git a/package.json b/package.json index 8c498357..68b52142 100644 --- a/package.json +++ b/package.json @@ -3,9 +3,9 @@ "displayName": "XCharts", "author": "monitor1394", "license": "MIT", - "version": "3.12.1", - "date": "20241201", - "checkdate": "20241201", + "version": "3.13.0", + "date": "20250101", + "checkdate": "20250101", "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": [