We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4d65e2 commit d9f7cffCopy full SHA for d9f7cff
ForageSDK.podspec
@@ -1,7 +1,7 @@
1
Pod::Spec.new do |spec|
2
3
spec.name = "ForageSDK"
4
- spec.version = "4.4.11"
+ spec.version = "4.5.0"
5
spec.summary = "ForageSDK"
6
spec.description = "The ForageSDK process Electronic Benefit Transfer (EBT) payments in your e-commerce application."
7
spec.homepage = "https://github.com/teamforage/forage-ios-sdk"
Sources/ForageSDK/ForageSDK.swift
@@ -17,7 +17,7 @@ public class ForageSDK {
17
18
public var environment: Environment = .sandbox
19
// Don't update! Only updated when releasing.
20
- public static let version = "4.4.11"
+ public static let version = "4.5.0"
21
public static let shared = ForageSDK()
22
23
// MARK: Init
0 commit comments