From 1171880f0d61fda43835015508c15a4d41edb2c8 Mon Sep 17 00:00:00 2001 From: oneRain Date: Mon, 9 Mar 2020 12:47:07 +0800 Subject: [PATCH] 0.2.3 --- Storage/LeanCloud.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Storage/LeanCloud.cs b/Storage/LeanCloud.cs index 1730ba7..fd15751 100644 --- a/Storage/LeanCloud.cs +++ b/Storage/LeanCloud.cs @@ -8,7 +8,7 @@ namespace LeanCloud { /// public class LeanCloud { // SDK 版本号,用于 User-Agent 统计 - internal const string SDKVersion = "0.2.1"; + internal const string SDKVersion = "0.2.2"; // 接口版本号,用于接口版本管理 internal const string APIVersion = "1.1";