-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: Bump to OpenFeature SDK 0.1.0
- Loading branch information
1 parent
500d84e
commit d6f12d3
Showing
5 changed files
with
674 additions
and
510 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,8 +6,8 @@ | |
"repositoryURL": "[email protected]:open-feature/swift-sdk.git", | ||
"state": { | ||
"branch": null, | ||
"revision": "114321e376b3d80e6623c5cbd7e8bcef9c6a86d2", | ||
"version": "0.0.2" | ||
"revision": "02b033c954766e86d5706bfc8ee5248244c11e77", | ||
"version": "0.1.0" | ||
} | ||
} | ||
] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ let package = Package( | |
targets: ["ConfidenceProvider"]) | ||
], | ||
dependencies: [ | ||
.package(url: "[email protected]:open-feature/swift-sdk.git", from: "0.0.2"), | ||
.package(url: "[email protected]:open-feature/swift-sdk.git", from: "0.1.0"), | ||
], | ||
targets: [ | ||
.target( | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.