Skip to content

Commit

Permalink
Preparing for snapshot release for 3.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyxiao committed Feb 28, 2017
1 parent 9b73e92 commit f57fbc0
Show file tree
Hide file tree
Showing 2 changed files with 2 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.0"
s.version = "3.6.1-SNAPSHOT"
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 @@ -385,7 +385,7 @@ + (void)debug:(BOOL)showDebugLogs

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

#pragma mark - Helpers
Expand Down

0 comments on commit f57fbc0

Please sign in to comment.