Bumped version to 0.14.6

This commit is contained in:
DreamPiggy 2024-04-17 17:14:57 +08:00
parent fed1583714
commit f534cfe830
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.14.5'
s.version = '0.14.6'
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.14.5</string>
<string>0.14.6</string>
<key>CFBundleVersion</key>
<string>0.14.5</string>
<string>0.14.6</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>