From 65fb2191f451120d8f8e1f0ff7cee3939ba99c7d Mon Sep 17 00:00:00 2001 From: Zihe Jia Date: Fri, 20 Apr 2018 11:11:12 -0700 Subject: [PATCH] version 3.3.0 --- Mixpanel.podspec | 2 +- Mixpanel/Mixpanel.m | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Mixpanel.podspec b/Mixpanel.podspec index 0a449ec72..ce4721a54 100644 --- a/Mixpanel.podspec +++ b/Mixpanel.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Mixpanel' - s.version = '3.2.9' + s.version = '3.3.0' 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 730656a09..d842b9914 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.9" +#define VERSION @"3.3.0" NSString *const MPNotificationTypeMini = @"mini"; NSString *const MPNotificationTypeTakeover = @"takeover";