Skip to content

Commit 187faa8

Browse files
author
Brandon Sneed
committed
Prepare for release 4.1.4.
1 parent 7f7e67e commit 187faa8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Analytics.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = "Analytics"
33
s.module_name = "Segment"
4-
s.version = "4.1.3"
4+
s.version = "4.1.4"
55
s.summary = "The hassle-free way to add analytics to your iOS app."
66

77
s.description = <<-DESC

Segment/Classes/SEGAnalytics.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ + (NSString *)version
549549
{
550550
// this has to match the actual version, NOT what's in info.plist
551551
// because Apple only accepts X.X.X as versions in the review process.
552-
return @"4.1.3";
552+
return @"4.1.4";
553553
}
554554

555555
#pragma mark - Helpers

Segment/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>4.1.3</string>
18+
<string>4.1.4</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPrincipalClass</key>

0 commit comments

Comments
 (0)