We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ca232e commit c1ae7ebCopy full SHA for c1ae7eb
AVOS/Sources/Foundation/User/LCUser.m
@@ -740,7 +740,7 @@ + (void)resetPasswordWithSmsCode:(NSString *)code
740
block:^(id object, NSError *error) {
741
[LCUtils callBooleanResultBlock:block error:error];
742
}];
743
-}
+}1
744
745
// MARK: - query
746
AVOS/Sources/Foundation/UserAgent.h
@@ -1 +1 @@
1
-#define SDK_VERSION @"13.9.3"
+#define SDK_VERSION @"14.0.0"
LeanCloudObjc.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
2
s.name = 'LeanCloudObjc'
3
- s.version = '13.9.3'
+ s.version = '14.0.0'
4
s.homepage = 'https://leancloud.cn/'
5
s.summary = 'LeanCloud Objective-C SDK'
6
s.authors = 'LeanCloud'
0 commit comments