Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
aallam committed Mar 4, 2024
1 parent c88e37e commit 80a5c26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ If you're a framework author and use Swift API Client as a dependency, update yo

```swift
let package = Package(
// 8.20.0 ..< 9.0.0
// 8.20.1 ..< 9.0.0
dependencies: [
.package(url: "https://github.com/algolia/algoliasearch-client-swift", from: "8.20.0")
.package(url: "https://github.com/algolia/algoliasearch-client-swift", from: "8.20.1")
],
// ...
)
Expand Down

0 comments on commit 80a5c26

Please sign in to comment.