Skip to content

Commit 633fc35

Browse files
committed
Prepare for release 3.7.0-beta.1.
1 parent 97c2674 commit 633fc35

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

Analytics.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "Analytics"
3-
s.version = "3.7.0-beta"
3+
s.version = "3.7.0-beta.1"
44
s.summary = "The hassle-free way to add analytics to your iOS app."
55

66
s.description = <<-DESC

Analytics/Classes/SEGAnalytics.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ + (void)debug:(BOOL)showDebugLogs
410410

411411
+ (NSString *)version
412412
{
413-
return @"3.7.0-beta";
413+
return @"3.7.0-beta.1";
414414
}
415415

416416
#pragma mark - Helpers

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Change Log
22
==========
33

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+
49
Version 3.7.0-beta *(27th August, 2018)*
510
----------------------------------------
611

0 commit comments

Comments
 (0)