Skip to content

Commit

Permalink
bump to v3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
yarneo committed Sep 1, 2016
1 parent b9d1493 commit 38cda09
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 = '3.0.2'
s.version = '3.0.3'
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 @@ -14,7 +14,7 @@
#import "MPFoundation.h"


#define VERSION @"3.0.2"
#define VERSION @"3.0.3"

@implementation Mixpanel

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Git clone the latest version of "mixpanel-iphone" to your local machine using th

```
git clone https://github.com/mixpanel/mixpanel-iphone.git
git checkout tags/v3.0.2
git checkout tags/v3.0.3
```

If you don't have git installed, get it [here](http://git-scm.com/downloads).
Expand Down

0 comments on commit 38cda09

Please sign in to comment.