Skip to content

Commit

Permalink
bumped version number
Browse files Browse the repository at this point in the history
  • Loading branch information
malectro committed Feb 19, 2014
1 parent 6348775 commit 0a100e2
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.3.1"
s.version = "2.3.2"
s.summary = "iPhone tracking library for Mixpanel Analytics"
s.homepage = "http://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 @@ -21,7 +21,7 @@
#import "NSData+MPBase64.h"
#import "UIView+MPSnapshotImage.h"

#define VERSION @"2.3.1"
#define VERSION @"2.3.2"

#ifdef MIXPANEL_LOG
#define MixpanelLog(...) NSLog(__VA_ARGS__)
Expand Down

0 comments on commit 0a100e2

Please sign in to comment.