Skip to content

Commit

Permalink
Bump up version to 2.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
patedit committed Apr 27, 2016
1 parent a869083 commit 0676d66
Show file tree
Hide file tree
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 = '2.9.7'
s.version = '2.9.8'
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 Mixpanel/Mixpanel.m
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

#endif

#define VERSION @"2.9.7"
#define VERSION @"2.9.8"

#if !defined(MIXPANEL_APP_EXTENSION)
@interface Mixpanel () <UIAlertViewDelegate, MPSurveyNavigationControllerDelegate, MPNotificationViewControllerDelegate>
Expand Down

0 comments on commit 0676d66

Please sign in to comment.