Merge pull request #65 from onerain88/041
release
commit
25fe5d4152
|
@ -16,6 +16,8 @@ deploy:
|
||||||
- "LeanCloud-SDK-Storage-Unity.zip"
|
- "LeanCloud-SDK-Storage-Unity.zip"
|
||||||
- "LeanCloud-SDK-Realtime-Standard.zip"
|
- "LeanCloud-SDK-Realtime-Standard.zip"
|
||||||
- "LeanCloud-SDK-Realtime-Unity.zip"
|
- "LeanCloud-SDK-Realtime-Unity.zip"
|
||||||
|
- "LeanCloud-SDK-LiveQuery-Standard.zip"
|
||||||
|
- "LeanCloud-SDK-LiveQuery-Unity.zip"
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
on:
|
on:
|
||||||
repo: leancloud/csharp-sdk
|
repo: leancloud/csharp-sdk
|
||||||
|
|
|
@ -9,7 +9,7 @@ namespace LeanCloud {
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public class LCApplication {
|
public class LCApplication {
|
||||||
// SDK 版本号,用于 User-Agent 统计
|
// SDK 版本号,用于 User-Agent 统计
|
||||||
internal const string SDKVersion = "0.4.0";
|
internal const string SDKVersion = "0.4.1";
|
||||||
|
|
||||||
// 接口版本号,用于接口版本管理
|
// 接口版本号,用于接口版本管理
|
||||||
internal const string APIVersion = "1.1";
|
internal const string APIVersion = "1.1";
|
||||||
|
|
Loading…
Reference in New Issue