From f8ad5f8a3728642c3c53fb15715dcab77196ef79 Mon Sep 17 00:00:00 2001 From: dleis612 <89605898+dleis612@users.noreply.github.com> Date: Fri, 26 Jan 2024 14:20:30 -0500 Subject: [PATCH] Bump to version 4.4.2 (#155) --- ForageSDK.podspec | 4 ++-- README.md | 2 +- Sources/ForageSDK/ForageSDK.swift | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ForageSDK.podspec b/ForageSDK.podspec index 32b5c542..4e7e3d5f 100644 --- a/ForageSDK.podspec +++ b/ForageSDK.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |spec| spec.name = "ForageSDK" - spec.version = "4.4.1" + spec.version = "4.4.2" 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.1" } + spec.source = { :git => "https://github.com/teamforage/forage-ios-sdk.git", :tag => "4.4.2" } spec.source_files = ["Sources/ForageSDK/**/*.swift", "DatadogPrivate-Objc/**/*.{h,m}"] spec.dependency 'VGSCollectSDK', '1.15.3' spec.dependency 'LaunchDarkly', '8.0.1' diff --git a/README.md b/README.md index 5df085c1..eeaa3732 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ pod init 3. Add the following line to your `Podfile`: ```swift -pod 'ForageSDK', '~> 4.4.1' +pod 'ForageSDK', '~> 4.4.2' ``` 4. Run the following command diff --git a/Sources/ForageSDK/ForageSDK.swift b/Sources/ForageSDK/ForageSDK.swift index e33450cb..41edad7c 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.1" + public static let version = "4.4.2" public static let shared = ForageSDK() // MARK: Init