Skip to content

Commit

Permalink
Version 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredmixpanel committed Jun 24, 2022
1 parent 1438eb1 commit 2b99fd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Mixpanel.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Mixpanel'
s.version = '4.1.6'
s.version = '4.2.0'
s.summary = 'iPhone tracking library for Mixpanel Analytics'
s.homepage = 'https://mixpanel.com'
s.license = 'Apache License, Version 2.0'
Expand Down
2 changes: 1 addition & 1 deletion Sources/Mixpanel.m
Expand Up @@ -30,7 +30,7 @@
#error The Mixpanel library must be compiled with ARC enabled
#endif

#define VERSION @"4.1.6"
#define VERSION @"4.2.0"


@implementation Mixpanel
Expand Down

0 comments on commit 2b99fd8

Please sign in to comment.