Skip to content

Commit 80a5c26

Browse files
committed
chore: update readme
1 parent c88e37e commit 80a5c26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ If you're a framework author and use Swift API Client as a dependency, update yo
6060

6161
```swift
6262
let package = Package(
63-
// 8.20.0 ..< 9.0.0
63+
// 8.20.1 ..< 9.0.0
6464
dependencies: [
65-
.package(url: "https://github.com/algolia/algoliasearch-client-swift", from: "8.20.0")
65+
.package(url: "https://github.com/algolia/algoliasearch-client-swift", from: "8.20.1")
6666
],
6767
// ...
6868
)

0 commit comments

Comments
 (0)