From 3677c56c7012b35018ce6fe4d0b72f705bb42ac1 Mon Sep 17 00:00:00 2001 From: Zihe Jia Date: Sun, 14 Nov 2021 21:10:33 -0800 Subject: [PATCH] Version 4.0.0.beta.3 --- Mixpanel.podspec | 2 +- Sources/Mixpanel.m | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Mixpanel.podspec b/Mixpanel.podspec index d45fa85c..980cde64 100644 --- a/Mixpanel.podspec +++ b/Mixpanel.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Mixpanel' - s.version = '4.0.0.beta.2' + s.version = '4.0.0.beta.3' 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 2068ed4f..f891eab7 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.0.0.beta.2" +#define VERSION @"4.0.0.beta.3" @implementation Mixpanel