发布1.0.4版本

This commit is contained in:
monitor1394
2019-11-05 19:20:06 +08:00
parent 754e4f2a40
commit dd1416e49e
6 changed files with 47 additions and 8 deletions

View File

@@ -174,7 +174,7 @@ namespace XCharts
/// </summary>
public float indicatorGap { get { return m_IndicatorGap; } set { m_IndicatorGap = value; } }
/// <summary>
/// 指示器显示位置类型。
/// 显示位置类型。
/// </summary>
public PositionType positionType { get { return m_PositionType; } set { m_PositionType = value; } }
/// <summary>

View File

@@ -24,8 +24,8 @@ namespace XCharts
public class XChartsMgr : MonoBehaviour
{
public const string version = "1.0.3";
public const int date = 20191103;
public const string version = "1.0.4";
public const int date = 20191105;
[SerializeField] private string m_NowVersion;
[SerializeField] private string m_NewVersion;