Skip to content

Commit

Permalink
[FX-1520] Bump LD to 9.6.1 (#175)
Browse files Browse the repository at this point in the history
* Update LD in Package.swift to 9.6.1

* Update LD in  ForageSDK.podspec to 9.6.1
  • Loading branch information
devinmorgan authored Jun 21, 2024
1 parent 4933988 commit 21e85f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ForageSDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Pod::Spec.new do |spec|
spec.source = { :git => "https://github.com/teamforage/forage-ios-sdk.git", :tag => "4.4.6" }
spec.source_files = ["Sources/ForageSDK/**/*.swift", "DatadogPrivate-Objc/**/*.{h,m}"]
spec.dependency 'VGSCollectSDK', '1.15.3'
spec.dependency 'LaunchDarkly', '9.6.0'
spec.dependency 'LaunchDarkly', '9.6.1'
spec.dependency 'BasisTheoryElements', '4.1.0'
spec.resource_bundles = {
'ForageIcon' => ['Sources/Resources/*']
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ let package = Package(
.package(
name: "LaunchDarkly",
url: "https://github.com/launchdarkly/ios-client-sdk.git",
.exact("9.6.0")
.exact("9.6.1")
),
.package(
name: "BasisTheoryElements",
Expand Down

0 comments on commit 21e85f2

Please sign in to comment.