From a15c1d3ba0aa1e2a9f550c9044afa99f962652e5 Mon Sep 17 00:00:00 2001 From: zapcannon87 Date: Tue, 12 Oct 2021 15:49:36 +0800 Subject: [PATCH] release: 13.5.0 --- AVOS/Sources/Foundation/UserAgent.h | 2 +- LeanCloudObjc.podspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/AVOS/Sources/Foundation/UserAgent.h b/AVOS/Sources/Foundation/UserAgent.h index 88590909..65d4b470 100644 --- a/AVOS/Sources/Foundation/UserAgent.h +++ b/AVOS/Sources/Foundation/UserAgent.h @@ -1 +1 @@ -#define SDK_VERSION @"13.4.1" +#define SDK_VERSION @"13.5.0" diff --git a/LeanCloudObjc.podspec b/LeanCloudObjc.podspec index 89b2c014..c48b83f5 100644 --- a/LeanCloudObjc.podspec +++ b/LeanCloudObjc.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'LeanCloudObjc' - s.version = '13.4.1' + s.version = '13.5.0' s.homepage = 'https://leancloud.cn/' s.summary = 'LeanCloud Objective-C SDK' s.authors = 'LeanCloud'