Skip to content

Commit b2b1d20

Browse files
committed
Bumped version to 1.3.2
1 parent 38ddf2a commit b2b1d20

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Xcode/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.3.1</string>
18+
<string>1.3.2</string>
1919
<key>CFBundleVersion</key>
20-
<string>1.3.1</string>
20+
<string>1.3.2</string>
2121
<key>NSPrincipalClass</key>
2222
<string></string>
2323
</dict>

libwebp.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'libwebp'
3-
s.version = '1.3.1'
3+
s.version = '1.3.2'
44
s.summary = 'Library to encode and decode images in WebP format.'
55
s.homepage = 'https://developers.google.com/speed/webp/'
66
s.authors = 'Google Inc.'

0 commit comments

Comments
 (0)