Skip to content

Commit d9b5dbc

Browse files
committed
Bumped version to 0.8.1
1 parent 9c42cce commit d9b5dbc

File tree

4 files changed

+4
-47
lines changed

4 files changed

+4
-47
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,4 @@ Carthage/Build
3434
# `pod install` in .travis.yml
3535
#
3636
Example/Pods/
37+
Podfile.lock

Example/Podfile.lock

-44
This file was deleted.

SDWebImageYYPlugin.podspec

+1-1
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.0'
11+
s.version = '0.8.1'
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.

SDWebImageYYPlugin/Module/Info.plist

+2-2
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.0</string>
18+
<string>0.8.1</string>
1919
<key>CFBundleVersion</key>
20-
<string>0.8.0</string>
20+
<string>0.8.1</string>
2121
<key>NSPrincipalClass</key>
2222
<string></string>
2323
</dict>

0 commit comments

Comments
 (0)