diff --git a/Xcode/Info.plist b/Xcode/Info.plist index c732565..fd7f41c 100644 --- a/Xcode/Info.plist +++ b/Xcode/Info.plist @@ -15,9 +15,9 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.1.0 + 1.2.0 CFBundleVersion - 1.1.0 + 1.2.0 NSPrincipalClass diff --git a/libwebp.podspec b/libwebp.podspec index ed55c7a..093db0e 100644 --- a/libwebp.podspec +++ b/libwebp.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'libwebp' - s.version = '1.1.0' + s.version = '1.2.0' s.summary = 'Library to encode and decode images in WebP format.' s.homepage = 'https://developers.google.com/speed/webp/' s.authors = 'Google Inc.'