Skip to content

Commit c1ae7eb

Browse files
committed
release: 14.0.0
1 parent 2ca232e commit c1ae7eb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

AVOS/Sources/Foundation/User/LCUser.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -740,7 +740,7 @@ + (void)resetPasswordWithSmsCode:(NSString *)code
740740
block:^(id object, NSError *error) {
741741
[LCUtils callBooleanResultBlock:block error:error];
742742
}];
743-
}
743+
}1
744744

745745
// MARK: - query
746746

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
#define SDK_VERSION @"13.9.3"
1+
#define SDK_VERSION @"14.0.0"

LeanCloudObjc.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'LeanCloudObjc'
3-
s.version = '13.9.3'
3+
s.version = '14.0.0'
44
s.homepage = 'https://leancloud.cn/'
55
s.summary = 'LeanCloud Objective-C SDK'
66
s.authors = 'LeanCloud'

0 commit comments

Comments
 (0)