Bumped version to 0.2.2

This commit is contained in:
DreamPiggy 2019-06-02 11:45:34 +08:00
parent fb4b9e743e
commit b0e4edb1b3
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SDWebImageWebPCoder'
s.version = '0.2.1'
s.version = '0.2.2'
s.summary = 'WebP decoder/encoder for SDWebImage coder plugin.'
s.description = <<-DESC

View File

@ -15,9 +15,9 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.2.1</string>
<string>0.2.2</string>
<key>CFBundleVersion</key>
<string>0.2.1</string>
<string>0.2.2</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>