Skip to content

Commit

Permalink
Version 2.11.1
Browse files Browse the repository at this point in the history
No functional changes.
Increased minimum deployment target for SPM according to XCode 14 standards
  • Loading branch information
Enricoza committed Jan 26, 2024
1 parent e95b3aa commit 65c2d39
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Expand Up @@ -4,7 +4,7 @@ import PackageDescription

let package = Package(
name: "TealiumSwift",
platforms: [ .iOS(.v9), .macOS(.v10_11), .tvOS(.v9), .watchOS(.v3) ],
platforms: [ .iOS(.v11), .macOS(.v10_13), .tvOS(.v11), .watchOS(.v4) ],
products: [
.library(
name: "TealiumAttribution",
Expand Down
2 changes: 1 addition & 1 deletion tealium-swift.podspec
Expand Up @@ -17,7 +17,7 @@ Pod::Spec.new do |s|

s.name = "tealium-swift"
s.module_name = "TealiumSwift"
s.version = "2.11.0"
s.version = "2.11.1"
s.summary = "Tealium Swift Integration Library"

# This description is used to generate tags and improve search results.
Expand Down
2 changes: 1 addition & 1 deletion tealium/core/TealiumConstants.swift
Expand Up @@ -14,7 +14,7 @@ public enum Dispatchers {}

public enum TealiumValue {
public static let libraryName = "swift"
public static let libraryVersion = "2.11.0"
public static let libraryVersion = "2.11.1"
// This is the current limit for performance reasons. May be increased in future
public static let maxEventBatchSize = 10
public static let defaultMinimumDiskSpace: Int32 = 20_000_000
Expand Down

0 comments on commit 65c2d39

Please sign in to comment.