Bumped version to 0.1.3

This commit is contained in:
DreamPiggy 2019-02-02 11:41:30 +08:00
parent 4c103dd5ef
commit b4b3504274
2 changed files with 4 additions and 4 deletions

View File

@ -1,10 +1,10 @@
Pod::Spec.new do |s| Pod::Spec.new do |s|
s.name = 'SDWebImageWebPCoder' s.name = 'SDWebImageWebPCoder'
s.version = '0.1.2' s.version = '0.1.3'
s.summary = 'WebP decoder/encoder for SDWebImage coder plugin.' s.summary = 'WebP decoder/encoder for SDWebImage coder plugin.'
s.description = <<-DESC s.description = <<-DESC
This is a simple SDWebImage coder plugin to support WebP image. This is a SDWebImage coder plugin to support WebP image.
DESC DESC
s.homepage = 'https://github.com/SDWebImage/SDWebImageWebPCoder' s.homepage = 'https://github.com/SDWebImage/SDWebImageWebPCoder'

View File

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