From c15cbfe7d543a73283529a023a920cf0c6373c9b Mon Sep 17 00:00:00 2001 From: Danilo Joksimovic <32694765+djoksimo@users.noreply.github.com> Date: Fri, 21 Jun 2024 11:12:14 -0400 Subject: [PATCH] Release v4.4.7 (#176) --- ForageSDK.podspec | 4 ++-- Sources/ForageSDK/ForageSDK.swift | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ForageSDK.podspec b/ForageSDK.podspec index 11596d41..335f4725 100644 --- a/ForageSDK.podspec +++ b/ForageSDK.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |spec| spec.name = "ForageSDK" - spec.version = "4.4.6" + spec.version = "4.4.7" 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.6" } + spec.source = { :git => "https://github.com/teamforage/forage-ios-sdk.git", :tag => "4.4.7" } 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 f185fcdf..9ee50fad 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.6" + public static let version = "4.4.7" public static let shared = ForageSDK() // MARK: Init