File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-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
+ s . version = "3.7.0-beta.1 "
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 @@ -410,7 +410,7 @@ + (void)debug:(BOOL)showDebugLogs
410
410
411
411
+ (NSString *)version
412
412
{
413
- return @" 3.7.0-beta" ;
413
+ return @" 3.7.0-beta.1 " ;
414
414
}
415
415
416
416
#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.1 * (23rd October, 2018)*
5
+ -------------------------------------------
6
+
7
+ * [ Fix] ( https://github.com/segmentio/analytics-ios/pull/795 ) : Remove -beta suffix from CFBundleShortVersionString
8
+
4
9
Version 3.7.0-beta * (27th August, 2018)*
5
10
----------------------------------------
6
11
You can’t perform that action at this time.
0 commit comments