Skip to content

Commit bbf8144

Browse files
authored
Release v4.4.5 (#172)
1 parent 3804192 commit bbf8144

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ForageSDK.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
Pod::Spec.new do |spec|
22

33
spec.name = "ForageSDK"
4-
spec.version = "4.4.4"
4+
spec.version = "4.4.5"
55
spec.summary = "ForageSDK"
66
spec.description = "The ForageSDK process Electronic Benefit Transfer (EBT) payments in your e-commerce application."
77
spec.homepage = "https://github.com/teamforage/forage-ios-sdk"
88
spec.license = { :type => "MIT", :file => "LICENSE" }
99
spec.author = { "Rob Gormisky" => "rob@joinforage.com" }
1010
spec.platform = :ios, "13.0"
1111
spec.readme = "https://raw.githubusercontent.com/teamforage/forage-ios-sdk/main/README.md"
12-
spec.source = { :git => "https://github.com/teamforage/forage-ios-sdk.git", :tag => "4.4.4" }
12+
spec.source = { :git => "https://github.com/teamforage/forage-ios-sdk.git", :tag => "4.4.5" }
1313
spec.source_files = ["Sources/ForageSDK/**/*.swift", "DatadogPrivate-Objc/**/*.{h,m}"]
1414
spec.dependency 'VGSCollectSDK', '1.15.3'
1515
spec.dependency 'LaunchDarkly', '9.6.0'

Sources/ForageSDK/ForageSDK.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public class ForageSDK {
1818

1919
public var environment: Environment = .sandbox
2020
// Don't update! Only updated when releasing.
21-
public static let version = "4.4.4"
21+
public static let version = "4.4.5"
2222
public static let shared = ForageSDK()
2323

2424
// MARK: Init

0 commit comments

Comments
 (0)