Skip to content

Commit

Permalink
Bumped the version to 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dreampiggy committed Jun 14, 2023
1 parent aa4baf0 commit dfde3b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions SDWebImageBPGCoder.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'SDWebImageBPGCoder'
s.version = '0.7.1'
s.version = '0.7.2'
s.summary = 'BPG decoder for SDWebImage plugin coder.'

# 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 coder plugin to support BPG (Better Portable Graphics) format.
DESC

s.homepage = 'https://github.com/SDWebImage/SDWebImageBPGCoder'
Expand Down
4 changes: 2 additions & 2 deletions SDWebImageBPGCoder/Module/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.7.1</string>
<string>0.7.2</string>
<key>CFBundleVersion</key>
<string>0.7.1</string>
<string>0.7.2</string>
</dict>
</plist>

0 comments on commit dfde3b8

Please sign in to comment.