File tree Expand file tree Collapse file tree 5 files changed +11
-4
lines changed Expand file tree Collapse file tree 5 files changed +11
-4
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.7.0-beta.4 "
3
+ s . version = "3.7.0"
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,9 @@ + (void)debug:(BOOL)showDebugLogs
416
416
417
417
+ (NSString *)version
418
418
{
419
- return @" 3.7.0-beta.4" ;
419
+ // this has to match the actual version, NOT what's in info.plist
420
+ // because Apple only accepts X.X.X as versions in the review process.
421
+ return @" 3.7.0" ;
420
422
}
421
423
422
424
#pragma mark - Helpers
Original file line number Diff line number Diff line change 1
1
Change Log
2
2
==========
3
3
4
+ Version 3.7.0 * (22nd July, 2019)*
5
+ ---------------------------------
6
+
7
+ This release promotes 3.7.0-beta.4 to stable.
8
+
4
9
Version 3.7.0-beta.4 * (19th June, 2019)*
5
10
-----------------------------------------
6
11
* [ Fix] ( https://github.com/segmentio/analytics-ios/pull/812 ) : Remove invalid ` .clang-format ` symlink which can cause issues with manual builds.
Original file line number Diff line number Diff line change 1
- github "segmentio/analytics-ios" "3.7.0-beta.4 "
1
+ github "segmentio/analytics-ios" "3.7.0"
2
2
# Use a local project when debugging
3
3
# git "~/Code/segmentio/analytics-ios/" "master"
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ Analytics is available through [CocoaPods](http://cocoapods.org) and [Carthage](
57
57
### CocoaPods
58
58
59
59
` ` ` ruby
60
- pod "Analytics", "3.6.10 "
60
+ pod "Analytics", "3.7.0 "
61
61
` ` `
62
62
63
63
### Carthage
You can’t perform that action at this time.
0 commit comments