File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -60,9 +60,9 @@ If you're a framework author and use Swift API Client as a dependency, update yo
60
60
61
61
``` swift
62
62
let package = Package (
63
- // 8.19 .0 ..< 9.0.0
63
+ // 8.20 .0 ..< 9.0.0
64
64
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" )
66
66
],
67
67
// ...
68
68
)
@@ -77,7 +77,7 @@ Add `import AlgoliaSearchClient` to your source files.
77
77
To install Algolia Swift Client, simply add the following line to your Podfile:
78
78
79
79
``` ruby
80
- pod ' AlgoliaSearchClient' , ' ~> 8.19 '
80
+ pod ' AlgoliaSearchClient' , ' ~> 8.20 '
81
81
# pod 'InstantSearchClient', '~> 6.0' // Swift 4.2
82
82
# pod 'InstantSearchClient', '~> 5.0' // Swift 4.1
83
83
```
@@ -94,7 +94,7 @@ $ pod update
94
94
95
95
- To install InstantSearch, simply add the following line to your Cartfile:
96
96
``` ruby
97
- github " algolia/algoliasearch-client-swift" ~ > 8.19
97
+ github " algolia/algoliasearch-client-swift" ~ > 8.20
98
98
# github "algolia/algoliasearch-client-swift" ~> 6.0.0 // Swift 4.2
99
99
# github "algolia/algoliasearch-client-swift" ~> 5.0.0 // Swift 4.1
100
100
```
You can’t perform that action at this time.
0 commit comments