File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
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.3 "
3
+ s . version = "3.7.0-beta.4 "
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.7.0-beta.3 " ;
419
+ return @" 3.7.0-beta.4 " ;
420
420
}
421
421
422
422
#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-beta.4 * (19th June, 2019)*
5
+ -----------------------------------------
6
+ * [ Fix] ( https://github.com/segmentio/analytics-ios/pull/812 ) : Remove invalid ` .clang-format ` symlink which can cause issues with manual builds.
7
+ * [ Fix] ( https://github.com/segmentio/analytics-ios/pull/806 ) : Collect ` context.device.type ` as ` ios ` .
8
+ * [ Fix] ( https://github.com/segmentio/analytics-ios/pull/815 ) : Fix Xcode warning.
9
+
4
10
Version 3.7.0-beta.3 * (10th January, 2018)*
5
11
--------------------------------------------
6
12
* [ Fix] ( https://github.com/segmentio/analytics-ios/pull/799 ) : Allow setting anonymousId
You can’t perform that action at this time.
0 commit comments