From c7e156dbba7454930eb4f575f7b5176542642021 Mon Sep 17 00:00:00 2001 From: DreamPiggy Date: Wed, 7 Aug 2019 15:14:41 +0800 Subject: [PATCH] Bumped version to 1.0.3 --- 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 3c2376b..23393ce 100644 --- a/Xcode/Info.plist +++ b/Xcode/Info.plist @@ -15,9 +15,9 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.0.2 + 1.0.3 CFBundleVersion - 1.0.2 + 1.0.3 NSPrincipalClass diff --git a/libwebp.podspec b/libwebp.podspec index a1dd022..3c3f13a 100644 --- a/libwebp.podspec +++ b/libwebp.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'libwebp' - s.version = '1.0.2' + s.version = '1.0.3' s.summary = 'Library to encode and decode images in WebP format.' s.homepage = 'https://developers.google.com/speed/webp/' s.authors = 'Google Inc.'