From b2b1d20a90b14d11f6ef4241da6b81c1d3f171e4 Mon Sep 17 00:00:00 2001 From: DreamPiggy Date: Fri, 15 Sep 2023 11:44:52 +0800 Subject: [PATCH] Bumped version to 1.3.2 --- Xcode/Info.plist | 4 ++-- libwebp.podspec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Xcode/Info.plist b/Xcode/Info.plist index 0acdba8..2d92fab 100644 --- a/Xcode/Info.plist +++ b/Xcode/Info.plist @@ -15,9 +15,9 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.3.1 + 1.3.2 CFBundleVersion - 1.3.1 + 1.3.2 NSPrincipalClass diff --git a/libwebp.podspec b/libwebp.podspec index a3ca062..be52d39 100644 --- a/libwebp.podspec +++ b/libwebp.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| 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.homepage = 'https://developers.google.com/speed/webp/' s.authors = 'Google Inc.'