Skip to content

Commit

Permalink
version 3.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Chien committed Jun 9, 2017
1 parent 652c815 commit 0200854
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Mixpanel-AppExtension.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Mixpanel-AppExtension'
s.version = '3.1.5'
s.version = '3.1.6'
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.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 = '3.1.5'
s.version = '3.1.6'
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 @@ -20,7 +20,7 @@
#import <IOKit/IOKitLib.h>
#endif

#define VERSION @"3.1.5"
#define VERSION @"3.1.6"

@implementation Mixpanel

Expand Down

0 comments on commit 0200854

Please sign in to comment.