File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11Pod ::Spec . new do |spec |
22
33 spec . name = "ForageSDK"
4- spec . version = "4.4.5 "
4+ spec . version = "4.4.6 "
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.5 " }
12+ spec . source = { :git => "https://github.com/teamforage/forage-ios-sdk.git" , :tag => "4.4.6 " }
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'
Original file line number Diff line number Diff 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.5 "
21+ public static let version = " 4.4.6 "
2222 public static let shared = ForageSDK ( )
2323
2424 // MARK: Init
You can’t perform that action at this time.
0 commit comments