Skip to content

Commit

Permalink
Preparing for release 3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyxiao committed Oct 5, 2016
1 parent 5cad6f5 commit ca56f45
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Analytics.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Analytics"
s.version = "3.5.0"
s.version = "3.5.1"
s.summary = "The hassle-free way to add analytics to your iOS app."

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion Analytics/Classes/SEGAnalytics.m
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ + (void)debug:(BOOL)showDebugLogs

+ (NSString *)version
{
return @"3.5.0";
return @"3.5.1";
}

#pragma mark - Private
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Change Log
==========

Version 3.5.1 *(5th October, 2016)*

* Removed automatic bluetooth and location info collection to workaround app submission issues.

Version 3.5.0 *(12th September, 2016)*
-------------------------------------

Expand Down

0 comments on commit ca56f45

Please sign in to comment.