Skip to content

Commit

Permalink
Prepare for release 3.0.4-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
f2prateek committed Nov 24, 2015
1 parent 90fdd46 commit f9648e7
Show file tree
Hide file tree
Showing 3 changed files with 8 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.0.3-alpha"
s.version = "3.0.4-alpha"
s.summary = "The hassle-free way to add analytics to your iOS app."

s.description = <<-DESC
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Change Log
==========

Version 3.0.4-alpha *(10-24-2015)*
----------------------------------

* Adds API to track notification lifecycle.


Version 3.0.3-alpha *(10-21-2015)*
----------------------------------

Expand Down
2 changes: 1 addition & 1 deletion Pod/Classes/SEGAnalytics.m
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ + (void)debug:(BOOL)showDebugLogs

+ (NSString *)version
{
return @"3.0.3-alpha";
return @"3.0.4-alpha";
}

#pragma mark - Private
Expand Down

0 comments on commit f9648e7

Please sign in to comment.