Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
pietropizzi committed Mar 14, 2024
1 parent 7d4ee0c commit 744592f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 1 addition & 2 deletions Analytics.podspec
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
Pod::Spec.new do |s|
s.name = "Analytics"
s.module_name = "Segment"
s.version = "4.1.8"
s.module_name = "SegmentLegacy"
s.version = "4.1.9"
s.summary = "The hassle-free way to add analytics to your iOS app."

s.description = <<-DESC
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Change Log
==========

SC Version 4.1.9 *(14 March, 2024)*
-----------------------------
* [Chore] Rename `Segment` to `SegmentLegacy`

SC Version 4.1.8 *(29 September, 2023)*
-----------------------------
* [Fix](https://github.com/segmentio/analytics-ios/pull/1052) Fix null setting entry crash on tvOS
Expand Down
2 changes: 1 addition & 1 deletion Segment/Classes/SEGAnalytics.m
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ + (NSString *)version
{
// this has to match the actual version, NOT what's in info.plist
// because Apple only accepts X.X.X as versions in the review process.
return @"4.1.8";
return @"4.1.9";
}

#pragma mark - Helpers
Expand Down
2 changes: 1 addition & 1 deletion Segment/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>4.1.8</string>
<string>4.1.9</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit 744592f

Please sign in to comment.