Skip to content

Commit dfde3b8

Browse files
committed
Bumped the version to 0.7.2
1 parent aa4baf0 commit dfde3b8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

SDWebImageBPGCoder.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'SDWebImageBPGCoder'
11-
s.version = '0.7.1'
11+
s.version = '0.7.2'
1212
s.summary = 'BPG decoder for SDWebImage plugin coder.'
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 coder plugin to support BPG (Better Portable Graphics) format.
2222
DESC
2323

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

SDWebImageBPGCoder/Module/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.7.1</string>
18+
<string>0.7.2</string>
1919
<key>CFBundleVersion</key>
20-
<string>0.7.1</string>
20+
<string>0.7.2</string>
2121
</dict>
2222
</plist>

0 commit comments

Comments
 (0)