Skip to content

Commit

Permalink
3.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
monitor1394 committed Sep 23, 2023
1 parent c065245 commit 54bb49d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Runtime/Internal/XChartsMgr.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ class XChartsVersion
[ExecuteInEditMode]
public static class XChartsMgr
{
public static readonly string version = "3.8.0";
public static readonly int versionDate = 20230903;
public static readonly string version = "3.8.1";
public static readonly int versionDate = 20231001;
public static string fullVersion { get { return version + "-" + versionDate; } }

internal static List<BaseChart> chartList = new List<BaseChart>();
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "com.monitor1394.xcharts",
"displayName": "XCharts",
"version": "3.8.0",
"date": "20230903",
"checkdate": "20230903",
"version": "3.8.1",
"date": "20231001",
"checkdate": "20231001",
"desc": "如果 XCharts 对您有帮助,希望您能在 Github 上点 Star 支持,非常感谢!",
"unity": "2018.3",
"description": "A charting and data visualization library for Unity.",
Expand Down

0 comments on commit 54bb49d

Please sign in to comment.