Skip to content

Commit

Permalink
Prepare release 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gthea committed Feb 14, 2025
1 parent 60950c3 commit fd13733
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
3.1.1: (Feb 14, 2025)
- Fixed issue when converting UInt32 to Int in 32 bit platforms.

3.1.0: (Jan 20, 2025)
- Added support for the new impressions tracking toggle available on feature flags, both respecting the setting and including the new field being returned on SplitView type objects. Read more in our docs.

Expand Down
2 changes: 1 addition & 1 deletion Split.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = 'Split'
s.module_name = 'Split'
s.version = '3.1.1-rc1'
s.version = '3.1.1'
s.summary = 'iOS SDK for Split'
s.description = <<-DESC
This SDK is designed to work with Split, the platform for controlled rollouts, serving features to your users via the Split feature flag to manage your complete customer experience.
Expand Down
2 changes: 1 addition & 1 deletion Split/Common/Utils/Version.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import Foundation

class Version {
private static let kSdkPlatform: String = "ios"
private static let kVersion = "3.1.1-rc1"
private static let kVersion = "3.1.1"

static var semantic: String {
return kVersion
Expand Down

0 comments on commit fd13733

Please sign in to comment.