Skip to content

Commit 0a9e23b

Browse files
authored
Merge pull request #695 from zapcannon87/master
release: 13.9.1
2 parents ccd8912 + 2a65d7f commit 0a9e23b

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

AVOS/Sources/Foundation/User/LCUser.m

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1298,6 +1298,12 @@ - (NSArray *)linkedServiceNames {
12981298
return[dict allKeys];
12991299
}
13001300

1301+
// MARK: LCSubclassing
1302+
1303+
+ (instancetype)objectWithoutDataWithObjectId:(NSString *)objectId {
1304+
return [[self class] objectWithObjectId:objectId];
1305+
}
1306+
13011307
@end
13021308

13031309
@implementation LCUser (Friendship)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
#define SDK_VERSION @"13.9.0"
1+
#define SDK_VERSION @"13.9.1"

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.0'
3+
s.version = '13.9.1'
44
s.homepage = 'https://leancloud.cn/'
55
s.summary = 'LeanCloud Objective-C SDK'
66
s.authors = 'LeanCloud'

0 commit comments

Comments
 (0)