From f2dadd55f89c485ba9c14e184d19c6245ccd2f40 Mon Sep 17 00:00:00 2001 From: oneRain Date: Wed, 13 May 2020 18:02:52 +0800 Subject: [PATCH] release --- .travis.yml | 2 ++ Storage/Storage/LCApplication.cs | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5b0fad4..a0d50a2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,6 +16,8 @@ deploy: - "LeanCloud-SDK-Storage-Unity.zip" - "LeanCloud-SDK-Realtime-Standard.zip" - "LeanCloud-SDK-Realtime-Unity.zip" + - "LeanCloud-SDK-LiveQuery-Standard.zip" + - "LeanCloud-SDK-LiveQuery-Unity.zip" skip_cleanup: true on: repo: leancloud/csharp-sdk diff --git a/Storage/Storage/LCApplication.cs b/Storage/Storage/LCApplication.cs index 6271cbe..c3b6ca9 100644 --- a/Storage/Storage/LCApplication.cs +++ b/Storage/Storage/LCApplication.cs @@ -9,7 +9,7 @@ namespace LeanCloud { /// public class LCApplication { // SDK 版本号,用于 User-Agent 统计 - internal const string SDKVersion = "0.4.0"; + internal const string SDKVersion = "0.4.1"; // 接口版本号,用于接口版本管理 internal const string APIVersion = "1.1";