Skip to content

Commit

Permalink
Bump to v4.4.11
Browse files Browse the repository at this point in the history
  • Loading branch information
devinmorgan committed Dec 17, 2024
1 parent af31899 commit a2d1af6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ForageSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Pod::Spec.new do |spec|

spec.name = "ForageSDK"
spec.version = "4.4.10"
spec.version = "4.4.11"
spec.summary = "ForageSDK"
spec.description = "The ForageSDK process Electronic Benefit Transfer (EBT) payments in your e-commerce application."
spec.homepage = "https://github.com/teamforage/forage-ios-sdk"
spec.license = { :type => "MIT", :file => "LICENSE" }
spec.author = { "Rob Gormisky" => "[email protected]" }
spec.platform = :ios, "13.0"
spec.readme = "https://raw.githubusercontent.com/teamforage/forage-ios-sdk/main/README.md"
spec.source = { :git => "https://github.com/teamforage/forage-ios-sdk.git", :tag => "4.4.10" }
spec.source = { :git => "https://github.com/teamforage/forage-ios-sdk.git", :tag => "4.4.11" }
spec.source_files = ["Sources/ForageSDK/**/*.swift", "DatadogPrivate-Objc/**/*.{h,m}"]
spec.resource_bundles = {
'ForageIcon' => ['Sources/Resources/*']
Expand Down
2 changes: 1 addition & 1 deletion Sources/ForageSDK/ForageSDK.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public class ForageSDK {

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

// MARK: Init
Expand Down

0 comments on commit a2d1af6

Please sign in to comment.