Skip to content

Commit 3b9f5bd

Browse files
committed
update readme
1 parent 27f886b commit 3b9f5bd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 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.19.0 ..< 9.0.0
63+
// 8.20.0 ..< 9.0.0
6464
dependencies: [
65-
.package(url: "https://github.com/algolia/algoliasearch-client-swift", from: "8.19.0")
65+
.package(url: "https://github.com/algolia/algoliasearch-client-swift", from: "8.20.0")
6666
],
6767
// ...
6868
)
@@ -77,7 +77,7 @@ Add `import AlgoliaSearchClient` to your source files.
7777
To install Algolia Swift Client, simply add the following line to your Podfile:
7878

7979
```ruby
80-
pod 'AlgoliaSearchClient', '~> 8.19'
80+
pod 'AlgoliaSearchClient', '~> 8.20'
8181
# pod 'InstantSearchClient', '~> 6.0' // Swift 4.2
8282
# pod 'InstantSearchClient', '~> 5.0' // Swift 4.1
8383
```
@@ -94,7 +94,7 @@ $ pod update
9494

9595
- To install InstantSearch, simply add the following line to your Cartfile:
9696
```ruby
97-
github "algolia/algoliasearch-client-swift" ~> 8.19
97+
github "algolia/algoliasearch-client-swift" ~> 8.20
9898
# github "algolia/algoliasearch-client-swift" ~> 6.0.0 // Swift 4.2
9999
# github "algolia/algoliasearch-client-swift" ~> 5.0.0 // Swift 4.1
100100
```

0 commit comments

Comments
 (0)