From a43a54750401ef781c9968b11d5974371e0bd131 Mon Sep 17 00:00:00 2001 From: zapcannon87 Date: Sat, 22 Feb 2020 17:24:31 +0800 Subject: [PATCH] release: 12.1.2 --- AVOS/AVOSCloud/UserAgent.h | 2 +- AVOSCloud.podspec | 2 +- AVOSCloudIM.podspec | 2 +- AVOSCloudLiveQuery.podspec | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/AVOS/AVOSCloud/UserAgent.h b/AVOS/AVOSCloud/UserAgent.h index 7b5c917f9..52a2bf598 100644 --- a/AVOS/AVOSCloud/UserAgent.h +++ b/AVOS/AVOSCloud/UserAgent.h @@ -1 +1 @@ -#define SDK_VERSION @"12.1.1" +#define SDK_VERSION @"12.1.2" diff --git a/AVOSCloud.podspec b/AVOSCloud.podspec index 9586b1f90..ab88a15f4 100644 --- a/AVOSCloud.podspec +++ b/AVOSCloud.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'AVOSCloud' - s.version = '12.1.1' + s.version = '12.1.2' s.homepage = 'https://leancloud.cn/' s.summary = 'LeanCloud Objective-C SDK' s.authors = 'LeanCloud' diff --git a/AVOSCloudIM.podspec b/AVOSCloudIM.podspec index 5272537a4..a04ae9e48 100644 --- a/AVOSCloudIM.podspec +++ b/AVOSCloudIM.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'AVOSCloudIM' - s.version = '12.1.1' + s.version = '12.1.2' s.homepage = 'https://leancloud.cn/' s.summary = 'LeanCloud IM Objective-C SDK' s.authors = 'LeanCloud' diff --git a/AVOSCloudLiveQuery.podspec b/AVOSCloudLiveQuery.podspec index 341f774cc..5fbbb798e 100644 --- a/AVOSCloudLiveQuery.podspec +++ b/AVOSCloudLiveQuery.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'AVOSCloudLiveQuery' - s.version = '12.1.1' + s.version = '12.1.2' s.homepage = 'https://leancloud.cn/' s.summary = 'LeanCloud LiveQuery Objective-C SDK' s.authors = 'LeanCloud'