Skip to content

Commit

Permalink
Bumped version to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dreampiggy committed Jan 22, 2023
1 parent 9098d33 commit 9a3614c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ SDImageCacheConfig.default.diskCacheClass = YYDiskCache.self
## Requirements

+ iOS 9+
+ Xcode 11+
+ Xcode 12+

## Installation

Expand Down
2 changes: 1 addition & 1 deletion 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.7.0'
s.version = '0.8.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 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.7.0</string>
<string>0.8.0</string>
<key>CFBundleVersion</key>
<string>0.7.0</string>
<string>0.8.0</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down

0 comments on commit 9a3614c

Please sign in to comment.