Bumped version to 1.2.4

This commit is contained in:
DreamPiggy 2022-11-09 18:44:51 +08:00
parent 4a11f0fc73
commit 4f52fc9b29
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'libwebp'
s.version = '1.2.3'
s.version = '1.2.4'
s.summary = 'Library to encode and decode images in WebP format.'
s.homepage = 'https://developers.google.com/speed/webp/'
s.authors = 'Google Inc.'