diff --git a/ForageSDK.podspec b/ForageSDK.podspec index a0da91b8..e50f5931 100644 --- a/ForageSDK.podspec +++ b/ForageSDK.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |spec| spec.name = "ForageSDK" - spec.version = "4.4.8" + spec.version = "4.4.9" spec.summary = "ForageSDK" spec.description = "The ForageSDK process Electronic Benefit Transfer (EBT) payments in your e-commerce application." spec.homepage = "https://github.com/teamforage/forage-ios-sdk" @@ -9,7 +9,7 @@ Pod::Spec.new do |spec| spec.author = { "Rob Gormisky" => "rob@joinforage.com" } spec.platform = :ios, "13.0" spec.readme = "https://raw.githubusercontent.com/teamforage/forage-ios-sdk/main/README.md" - spec.source = { :git => "https://github.com/teamforage/forage-ios-sdk.git", :tag => "4.4.8" } + spec.source = { :git => "https://github.com/teamforage/forage-ios-sdk.git", :tag => "4.4.9" } spec.source_files = ["Sources/ForageSDK/**/*.swift", "DatadogPrivate-Objc/**/*.{h,m}"] spec.dependency 'VGSCollectSDK', '1.15.3' spec.dependency 'LaunchDarkly', '9.6.1' diff --git a/Sources/ForageSDK/ForageSDK.swift b/Sources/ForageSDK/ForageSDK.swift index cd5c5eb1..82b791a1 100644 --- a/Sources/ForageSDK/ForageSDK.swift +++ b/Sources/ForageSDK/ForageSDK.swift @@ -18,7 +18,7 @@ public class ForageSDK { public var environment: Environment = .sandbox // Don't update! Only updated when releasing. - public static let version = "4.4.8" + public static let version = "4.4.9" public static let shared = ForageSDK() // MARK: Init