We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38ddf2a commit b2b1d20Copy full SHA for b2b1d20
Xcode/Info.plist
@@ -15,9 +15,9 @@
15
<key>CFBundlePackageType</key>
16
<string>FMWK</string>
17
<key>CFBundleShortVersionString</key>
18
- <string>1.3.1</string>
+ <string>1.3.2</string>
19
<key>CFBundleVersion</key>
20
21
<key>NSPrincipalClass</key>
22
<string></string>
23
</dict>
libwebp.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = 'libwebp'
3
- s.version = '1.3.1'
+ s.version = '1.3.2'
4
s.summary = 'Library to encode and decode images in WebP format.'
5
s.homepage = 'https://developers.google.com/speed/webp/'
6
s.authors = 'Google Inc.'
0 commit comments