Skip to content

Commit

Permalink
Bump to version 4.4.2 (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
dleis612 authored Jan 26, 2024
1 parent 320fa8a commit f8ad5f8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.1"
spec.version = "4.4.2"
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.1" }
spec.source = { :git => "https://github.com/teamforage/forage-ios-sdk.git", :tag => "4.4.2" }
spec.source_files = ["Sources/ForageSDK/**/*.swift", "DatadogPrivate-Objc/**/*.{h,m}"]
spec.dependency 'VGSCollectSDK', '1.15.3'
spec.dependency 'LaunchDarkly', '8.0.1'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ pod init
3. Add the following line to your `Podfile`:

```swift
pod 'ForageSDK', '~> 4.4.1'
pod 'ForageSDK', '~> 4.4.2'
```

4. Run the following command
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.1"
public static let version = "4.4.2"
public static let shared = ForageSDK()

// MARK: Init
Expand Down

0 comments on commit f8ad5f8

Please sign in to comment.