diff --git a/Mixpanel.podspec b/Mixpanel.podspec index af0e4ce47..fa27bc6bd 100644 --- a/Mixpanel.podspec +++ b/Mixpanel.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Mixpanel' - s.version = '3.2.3' + s.version = '3.2.4' s.summary = 'iPhone tracking library for Mixpanel Analytics' s.homepage = 'https://mixpanel.com' s.license = 'Apache License, Version 2.0' diff --git a/Mixpanel/Mixpanel.m b/Mixpanel/Mixpanel.m index c182ce4d6..44116f7fe 100755 --- a/Mixpanel/Mixpanel.m +++ b/Mixpanel/Mixpanel.m @@ -28,7 +28,7 @@ #error The Mixpanel library must be compiled with ARC enabled #endif -#define VERSION @"3.2.3" +#define VERSION @"3.2.4" @implementation Mixpanel