Skip to content

Commit a2d1af6

Browse files
committed
Bump to v4.4.11
1 parent af31899 commit a2d1af6

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.10"
4+
spec.version = "4.4.11"
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.10" }
12+
spec.source = { :git => "https://github.com/teamforage/forage-ios-sdk.git", :tag => "4.4.11" }
1313
spec.source_files = ["Sources/ForageSDK/**/*.swift", "DatadogPrivate-Objc/**/*.{h,m}"]
1414
spec.resource_bundles = {
1515
'ForageIcon' => ['Sources/Resources/*']

Sources/ForageSDK/ForageSDK.swift

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

1818
public var environment: Environment = .sandbox
1919
// Don't update! Only updated when releasing.
20-
public static let version = "4.4.10"
20+
public static let version = "4.4.11"
2121
public static let shared = ForageSDK()
2222

2323
// MARK: Init

0 commit comments

Comments
 (0)