Skip to content

Commit d9f7cff

Browse files
authored
bump version for release (#206)
1 parent f4d65e2 commit d9f7cff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ForageSDK.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |spec|
22

33
spec.name = "ForageSDK"
4-
spec.version = "4.4.11"
4+
spec.version = "4.5.0"
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"

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.11"
20+
public static let version = "4.5.0"
2121
public static let shared = ForageSDK()
2222

2323
// MARK: Init

0 commit comments

Comments
 (0)