Skip to content

Commit 5ada4bc

Browse files
committed
Bumped version to 0.9.0
1 parent f03f076 commit 5ada4bc

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

SDWebImageYYPlugin.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'SDWebImageYYPlugin'
11-
s.version = '0.8.2'
11+
s.version = '0.9.0'
1212
s.summary = 'A SDWebImage plugin to integrate YYImage & YYCache for image rendering & caching.'
1313

1414
# This description is used to generate tags and improve search results.
@@ -18,7 +18,7 @@ Pod::Spec.new do |s|
1818
# * Finally, don't worry about the indent, CocoaPods strips it!
1919

2020
s.description = <<-DESC
21-
TODO: Add long description of the pod here.
21+
A SDWebImage plugin to integrate YYImage & YYCache for image rendering & caching.
2222
DESC
2323

2424
s.homepage = 'https://github.com/SDWebImage/SDWebImageYYPlugin'

SDWebImageYYPlugin/Classes/YYCache/YYCacheBridge/YYCache+SDAdditions.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ - (SDImageCacheConfig *)config {
2727
SDImageCacheConfig *config = objc_getAssociatedObject(self, @selector(config));
2828
if (!config) {
2929
config = SDImageCacheConfig.defaultCacheConfig;
30-
config.shouldDisableiCloud
3130
[self setConfig:config];
3231
}
3332
return config;

SDWebImageYYPlugin/Module/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.8.2</string>
18+
<string>0.9.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>0.8.2</string>
20+
<string>0.9.0</string>
2121
<key>NSPrincipalClass</key>
2222
<string></string>
2323
</dict>

0 commit comments

Comments
 (0)