Skip to content

Commit

Permalink
Bumped version to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dreampiggy committed May 9, 2024
1 parent f03f076 commit 5ada4bc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions SDWebImageYYPlugin.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

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

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

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

s.homepage = 'https://github.com/SDWebImage/SDWebImageYYPlugin'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ - (SDImageCacheConfig *)config {
SDImageCacheConfig *config = objc_getAssociatedObject(self, @selector(config));
if (!config) {
config = SDImageCacheConfig.defaultCacheConfig;
config.shouldDisableiCloud
[self setConfig:config];
}
return config;
Expand Down
4 changes: 2 additions & 2 deletions SDWebImageYYPlugin/Module/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.8.2</string>
<string>0.9.0</string>
<key>CFBundleVersion</key>
<string>0.8.2</string>
<string>0.9.0</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down

0 comments on commit 5ada4bc

Please sign in to comment.