diff --git a/Mixpanel.podspec b/Mixpanel.podspec index 29d7125f..5fb2528e 100644 --- a/Mixpanel.podspec +++ b/Mixpanel.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Mixpanel' - s.version = '4.1.1' + s.version = '4.1.2' s.summary = 'iPhone tracking library for Mixpanel Analytics' s.homepage = 'https://mixpanel.com' s.license = 'Apache License, Version 2.0' diff --git a/Sources/Mixpanel.m b/Sources/Mixpanel.m index f6f0b256..49883c19 100755 --- a/Sources/Mixpanel.m +++ b/Sources/Mixpanel.m @@ -30,7 +30,7 @@ #error The Mixpanel library must be compiled with ARC enabled #endif -#define VERSION @"4.1.1" +#define VERSION @"4.1.2" @implementation Mixpanel