Skip to content

Commit

Permalink
Version 5.0.2
Browse files Browse the repository at this point in the history
jaredmixpanel committed Mar 1, 2023
1 parent a5da9e8 commit dd4ba79
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Mixpanel.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Mixpanel'
s.version = '5.0.1'
s.version = '5.0.2'
s.summary = 'iPhone tracking library for Mixpanel Analytics'
s.homepage = 'https://mixpanel.com'
s.license = 'Apache License, Version 2.0'
2 changes: 1 addition & 1 deletion Sources/Mixpanel.m
Original file line number Diff line number Diff line change
@@ -31,7 +31,7 @@
#error The Mixpanel library must be compiled with ARC enabled
#endif

#define VERSION @"5.0.1"
#define VERSION @"5.0.2"
#define DEVICE_PREFIX @"$device:"


0 comments on commit dd4ba79

Please sign in to comment.