We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6ef32a commit 2a60383Copy full SHA for 2a60383
Analytics.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "Analytics"
3
- s.version = "3.8.0-beta.0"
+ s.version = "3.8.0-beta.1"
4
s.summary = "The hassle-free way to add analytics to your iOS app."
5
6
s.description = <<-DESC
Analytics/Classes/SEGAnalytics.m
@@ -424,7 +424,7 @@ + (NSString *)version
424
{
425
// this has to match the actual version, NOT what's in info.plist
426
// because Apple only accepts X.X.X as versions in the review process.
427
- return @"3.8.0-beta.0";
+ return @"3.8.0-beta.1";
428
}
429
430
#pragma mark - Helpers
0 commit comments