Skip to content

Commit 65d8343

Browse files
chore: Update readme version & platforms (#702)
1 parent bd434e8 commit 65d8343

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.github/semantic.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Always validate the PR title, and ignore the commits
2+
titleOnly: true

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<img src="http://img.shields.io/cocoapods/v/AlgoliaSearchClient.svg?style=flat"></img>
1414
</a>
1515
<a href="https://cocoapods.org/pods/AlgoliaSearchClient">
16-
<img src="http://img.shields.io/cocoapods/p/AlgoliaSearchClient.svg?style=flat"></img>
16+
<img src="https://img.shields.io/badge/platform-macOS%20%7C%20iOS%20%7C%20tvOS%20%7C%20watchOS%20%7C%20Linux%20-lightgray.svg?style=flat"></img>
1717
</a>
1818
<a href="https://github.com/Carthage/Carthage">
1919
<img src="https://img.shields.io/badge/Carthage-compatible-brightgreen.svg"></img>
@@ -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.2.0 ..< 9.0.0
63+
// 8.3.0 ..< 9.0.0
6464
dependencies: [
65-
.package(url: "https://github.com/algolia/algoliasearch-client-swift", from: "8.2.0")
65+
.package(url: "https://github.com/algolia/algoliasearch-client-swift", from: "8.3.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.2'
80+
pod 'AlgoliaSearchClient', '~> 8.3'
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.2
97+
github "algolia/algoliasearch-client-swift" ~> 8.3
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)