Skip to content

Commit

Permalink
Releasing 3.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyxiao committed Jul 19, 2017
1 parent 27e8a7f commit a3c55d4
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.6.4-SNAPSHOT"
s.version = "3.6.4"
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 @@ -408,7 +408,7 @@ + (void)debug:(BOOL)showDebugLogs

+ (NSString *)version
{
return @"3.6.4-SNAPSHOT";
return @"3.6.4";
}

#pragma mark - Helpers
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.6.4 *(19th July, 2017)*
-------------------------------------
* Add workaround for UIApplication type mismatch with Swift mapping. #704

Version 3.6.3 *(7th July, 2017)*
-------------------------------------
* Fix NSURLSession being prematurely invalidated (#702)
Expand Down

0 comments on commit a3c55d4

Please sign in to comment.