Bumped version to 1.3.2

This commit is contained in:
DreamPiggy 2023-09-15 11:44:52 +08:00
parent 38ddf2a6d8
commit b2b1d20a90
2 changed files with 3 additions and 3 deletions

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>1.3.1</string> <string>1.3.2</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>1.3.1</string> <string>1.3.2</string>
<key>NSPrincipalClass</key> <key>NSPrincipalClass</key>
<string></string> <string></string>
</dict> </dict>

View File

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