diff --git a/Xcode/Info.plist b/Xcode/Info.plist
index 3c7e385..7860204 100644
--- a/Xcode/Info.plist
+++ b/Xcode/Info.plist
@@ -15,9 +15,9 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 1.2.3
+ 1.2.4
CFBundleVersion
- 1.2.3
+ 1.2.4
NSPrincipalClass
diff --git a/libwebp.podspec b/libwebp.podspec
index 49ed3b1..0fd5ac9 100644
--- a/libwebp.podspec
+++ b/libwebp.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'libwebp'
- s.version = '1.2.3'
+ s.version = '1.2.4'
s.summary = 'Library to encode and decode images in WebP format.'
s.homepage = 'https://developers.google.com/speed/webp/'
s.authors = 'Google Inc.'