From 4135e4ed5c41d50104c5cdc185d2eb11e069f65c Mon Sep 17 00:00:00 2001 From: oneRain Date: Wed, 4 Mar 2020 16:41:24 +0800 Subject: [PATCH] 0.2.0 --- Storage/LeanCloud.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Storage/LeanCloud.cs b/Storage/LeanCloud.cs index ff218b7..b1f4f71 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.1.0"; + internal const string SDKVersion = "0.2.0"; // 接口版本号,用于接口版本管理 internal const string APIVersion = "1.1";