Skip to content
This repository has been archived by the owner on Jun 28, 2023. It is now read-only.

Commit

Permalink
Prepare for release 3.6.10-beta.
Browse files Browse the repository at this point in the history
  • Loading branch information
fathyb committed Nov 15, 2018
1 parent aad768c commit 2318919
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.9"
s.version = "3.6.10-beta"
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 @@ -416,7 +416,7 @@ + (void)debug:(BOOL)showDebugLogs

+ (NSString *)version
{
return @"3.6.9";
return @"3.6.10-beta";
}

#pragma mark - Helpers
Expand Down
2 changes: 1 addition & 1 deletion Analytics/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>3.6.9</string>
<string>3.6.10</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit 2318919

Please sign in to comment.