Skip to content

Commit

Permalink
Bump version + docs updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Amanda Canyon committed Dec 5, 2014
1 parent 929da3b commit 3318128
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions Docs/HeaderDoc/Classes/Mixpanel/index.html
Expand Up @@ -834,10 +834,10 @@ <h5 class="tight"><font face="Lucida Grande,Helvetica,Arial">Discussion</font></
<pre>
// begin timing the image upload
[mixpanel timeEvent:@"Image Upload"];

// upload the image
[self uploadImageWithSuccessHandler:^{

// track the event
[mixpanel track:@"Image Upload"];
}];
Expand Down Expand Up @@ -1207,7 +1207,7 @@ <h5 class="tight"><font face="Lucida Grande,Helvetica,Arial">Discussion</font></
identified user.
<!-- headerDoc=discussion;uid=//apple_ref/occ/instp/Mixpanel/showSurveyOnActive;name=end --><!-- end discussion -->
<p class="gapBeforeFooter">&nbsp;</p><hr class="afterFooter"><div class="hd_copyright_and_timestamp">
<p class="hd_timestamp">Last Updated: Wednesday, October 08, 2014
<p class="hd_timestamp">Last Updated: Friday, December 05, 2014
</p></div>
</td></tr></table>
</body></html>
2 changes: 1 addition & 1 deletion Docs/HeaderDoc/Classes/MixpanelPeople/index.html
Expand Up @@ -567,7 +567,7 @@ <h5 class="tight"><font face="Lucida Grande,Helvetica,Arial">Discussion</font></
revenue analytics to see which products are generating the most revenue.
<!-- headerDoc=discussion;uid=//apple_ref/occ/instm/MixpanelPeople/trackCharge:withProperties:;name=end --><!-- end discussion -->
<p class="gapBeforeFooter">&nbsp;</p><hr class="afterFooter"><div class="hd_copyright_and_timestamp">
<p class="hd_timestamp">Last Updated: Wednesday, October 08, 2014
<p class="hd_timestamp">Last Updated: Friday, December 05, 2014
</p></div>
</td></tr></table>
</body></html>
2 changes: 1 addition & 1 deletion Docs/HeaderDoc/Protocols/MixpanelDelegate/index.html
Expand Up @@ -300,7 +300,7 @@ <h5 class="tight"><font face="Lucida Grande,Helvetica,Arial">Discussion</font></
</p>
<!-- headerDoc=discussion;uid=//apple_ref/occ/intfm/MixpanelDelegate/mixpanelWillFlush:;name=end --><!-- end discussion -->
<p class="gapBeforeFooter">&nbsp;</p><hr class="afterFooter"><div class="hd_copyright_and_timestamp">
<p class="hd_timestamp">Last Updated: Wednesday, October 08, 2014
<p class="hd_timestamp">Last Updated: Friday, December 05, 2014
</p></div>
</td></tr></table>
</body></html>
2 changes: 1 addition & 1 deletion Docs/HeaderDoc/index.html
Expand Up @@ -285,7 +285,7 @@ <h2 class="h2tight">Protocols</h2>
</dd>
</dl>
<p class="gapBeforeFooter">&nbsp;</p><hr class="afterFooter"><div class="hd_copyright_and_timestamp">
<p class="hd_timestamp">Last Updated: Wednesday, October 08, 2014
<p class="hd_timestamp">Last Updated: Friday, December 05, 2014
</p></div>
</td></tr></table>
</body></html>
2 changes: 1 addition & 1 deletion Mixpanel.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Mixpanel'
s.version = '2.6.1'
s.version = '2.6.2'
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
Expand Up @@ -28,7 +28,7 @@
#import "MPWebSocket.h"
#import "NSData+MPBase64.h"

#define VERSION @"2.6.1"
#define VERSION @"2.6.2"

@interface Mixpanel () <UIAlertViewDelegate, MPSurveyNavigationControllerDelegate, MPNotificationViewControllerDelegate> {
NSUInteger _flushInterval;
Expand Down

0 comments on commit 3318128

Please sign in to comment.