diff --git a/Mixpanel-AppExtension.podspec b/Mixpanel-AppExtension.podspec index ac95bfe43..2a4246599 100644 --- a/Mixpanel-AppExtension.podspec +++ b/Mixpanel-AppExtension.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Mixpanel-AppExtension' - s.version = '3.1.5' + s.version = '3.1.6' s.summary = 'iPhone tracking library for Mixpanel Analytics' s.homepage = 'https://mixpanel.com' s.license = 'Apache License, Version 2.0' diff --git a/Mixpanel.podspec b/Mixpanel.podspec index c7153f91b..3eada370a 100644 --- a/Mixpanel.podspec +++ b/Mixpanel.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Mixpanel' - s.version = '3.1.5' + s.version = '3.1.6' 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 325619447..4504e955a 100755 --- a/Mixpanel/Mixpanel.m +++ b/Mixpanel/Mixpanel.m @@ -20,7 +20,7 @@ #import #endif -#define VERSION @"3.1.5" +#define VERSION @"3.1.6" @implementation Mixpanel