File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "Analytics"
3
- s . version = "3.6.9 "
3
+ s . version = "3.6.10-beta "
4
4
s . summary = "The hassle-free way to add analytics to your iOS app."
5
5
6
6
s . description = <<-DESC
Original file line number Diff line number Diff line change @@ -416,7 +416,7 @@ + (void)debug:(BOOL)showDebugLogs
416
416
417
417
+ (NSString *)version
418
418
{
419
- return @" 3.6.9 " ;
419
+ return @" 3.6.10-beta " ;
420
420
}
421
421
422
422
#pragma mark - Helpers
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >3.6.9 </string >
18
+ <string >3.6.10 </string >
19
19
<key >CFBundleVersion </key >
20
20
<string >$(CURRENT_PROJECT_VERSION) </string >
21
21
<key >NSPrincipalClass </key >
You can’t perform that action at this time.
0 commit comments