Skip to content

Commit

Permalink
Bumped version to 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dreampiggy committed Apr 11, 2023
1 parent 9c42cce commit d9b5dbc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 47 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ Carthage/Build
# `pod install` in .travis.yml
#
Example/Pods/
Podfile.lock
44 changes: 0 additions & 44 deletions Example/Podfile.lock

This file was deleted.

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.8.0'
s.version = '0.8.1'
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.8.0</string>
<string>0.8.1</string>
<key>CFBundleVersion</key>
<string>0.8.0</string>
<string>0.8.1</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down

0 comments on commit d9b5dbc

Please sign in to comment.