Skip to content

Commit

Permalink
Release v4.4.5 (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
djoksimo authored Jun 20, 2024
1 parent 3804192 commit bbf8144
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.4"
spec.version = "4.4.5"
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.4" }
spec.source = { :git => "https://github.com/teamforage/forage-ios-sdk.git", :tag => "4.4.5" }
spec.source_files = ["Sources/ForageSDK/**/*.swift", "DatadogPrivate-Objc/**/*.{h,m}"]
spec.dependency 'VGSCollectSDK', '1.15.3'
spec.dependency 'LaunchDarkly', '9.6.0'
Expand Down
2 changes: 1 addition & 1 deletion Sources/ForageSDK/ForageSDK.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class ForageSDK {

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

// MARK: Init
Expand Down

0 comments on commit bbf8144

Please sign in to comment.