Skip to content

Commit

Permalink
Merge pull request #559 from zapcannon87/master
Browse files Browse the repository at this point in the history
Release v11.6.2
  • Loading branch information
zapcannon87 authored Apr 24, 2019
2 parents b5cdf84 + 39dee87 commit b472a53
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 11 deletions.
8 changes: 1 addition & 7 deletions AVOS/AVOSCloud/Cache/AVCacheManager.m
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ - (instancetype)init {
self = [super init];
if (self) {
_cacheQueue = dispatch_queue_create("avos.paas.cacheQueue", DISPATCH_QUEUE_SERIAL);
_diskCachePath = [AVCacheManager path];
}
return self;
}
Expand All @@ -47,13 +48,6 @@ + (NSString *)path {
return [AVPersistenceUtils avCacheDirectory];
}

- (NSString *)diskCachePath {
if (!_diskCachePath) {
_diskCachePath = [AVCacheManager path];
}
return _diskCachePath;
}

- (NSString *)pathForKey:(NSString *)key {
return [self.diskCachePath stringByAppendingPathComponent:key];
}
Expand Down
2 changes: 1 addition & 1 deletion AVOS/AVOSCloud/UserAgent.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#define SDK_VERSION @"v11.6.1"
#define SDK_VERSION @"v11.6.2"
2 changes: 1 addition & 1 deletion AVOSCloud.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'AVOSCloud'
s.version = '11.6.1'
s.version = '11.6.2'
s.homepage = 'https://leancloud.cn/'
s.summary = 'LeanCloud Objective-C SDK'
s.authors = 'LeanCloud'
Expand Down
2 changes: 1 addition & 1 deletion AVOSCloudIM.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'AVOSCloudIM'
s.version = '11.6.1'
s.version = '11.6.2'
s.homepage = 'https://leancloud.cn/'
s.summary = 'LeanCloud IM Objective-C SDK'
s.authors = 'LeanCloud'
Expand Down
2 changes: 1 addition & 1 deletion AVOSCloudLiveQuery.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'AVOSCloudLiveQuery'
s.version = '11.6.1'
s.version = '11.6.2'
s.homepage = 'https://leancloud.cn/'
s.summary = 'LeanCloud LiveQuery Objective-C SDK'
s.authors = 'LeanCloud'
Expand Down

0 comments on commit b472a53

Please sign in to comment.