Skip to content

Commit

Permalink
发布v1.3.1版本
Browse files Browse the repository at this point in the history
  • Loading branch information
monitor1394 committed Mar 14, 2020
1 parent 2db035a commit cc065ed
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions Assets/XCharts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

# 更新日志

* (2020.03.14) 发布`v1.3.1`版本
* (2020.03.14) 修复`LineChart`开启`ingore`时部分数据可能绘制异常的问题
* (2020.03.13) 修复`LineChart``label`偏移显示异常的问题
* (2020.03.11) 发布`v1.3.0`版本
Expand Down
4 changes: 2 additions & 2 deletions Assets/XCharts/Runtime/Utility/XChartsMgr.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ class XChartsVersion

public class XChartsMgr : MonoBehaviour
{
public const string version = "1.3.0";
public const int date = 20200311;
public const string version = "1.3.1";
public const int date = 20200314;

[SerializeField] private string m_NowVersion;
[SerializeField] private string m_NewVersion;
Expand Down
2 changes: 1 addition & 1 deletion Assets/XCharts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.monitor1394.xcharts",
"displayName": "XCharts",
"version": "1.3.0",
"version": "1.3.1",
"unity": "2018.3",
"description": "A charting and data visualization library for Unity.",
"keywords": [
Expand Down
6 changes: 3 additions & 3 deletions Assets/XCharts/version.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "1.3.0",
"date": "20200311",
"checkdate": "20200311",
"version": "1.3.1",
"date": "20200314",
"checkdate": "20200314",
"desc": "如果 XCharts 对您有帮助,希望您能在 Github 上点 Star 支持,非常感谢!",
"homepage": "https://github.com/monitor1394/unity-ugui-XCharts"
}

0 comments on commit cc065ed

Please sign in to comment.