diff --git a/Xcode/Info.plist b/Xcode/Info.plist index 2d546c8..0acdba8 100644 --- a/Xcode/Info.plist +++ b/Xcode/Info.plist @@ -15,9 +15,9 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.3.0 + 1.3.1 CFBundleVersion - 1.3.0 + 1.3.1 NSPrincipalClass diff --git a/libwebp.podspec b/libwebp.podspec index 2c79f76..a3ca062 100644 --- a/libwebp.podspec +++ b/libwebp.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'libwebp' - s.version = '1.3.0' + s.version = '1.3.1' s.summary = 'Library to encode and decode images in WebP format.' s.homepage = 'https://developers.google.com/speed/webp/' s.authors = 'Google Inc.'