Skip to content

Commit 4b70780

Browse files
Merge #465
465: Update version for the next release (v0.17.0) r=curquiza a=meili-bot _This PR is auto-generated._ The automated script updates the version of meilisearch-swift to a new version: "v0.17.0" Co-authored-by: meili-bot <74670311+meili-bot@users.noreply.github.com>
2 parents e4cb549 + 20e2694 commit 4b70780

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.code-samples.meilisearch.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1102,7 +1102,7 @@ getting_started_add_documents_md: |-
11021102
Add this to your `Package.swift`:
11031103
```swift
11041104
dependencies: [
1105-
.package(url: "https://github.com/meilisearch/meilisearch-swift.git", from: "0.16.0")
1105+
.package(url: "https://github.com/meilisearch/meilisearch-swift.git", from: "0.17.0")
11061106
]
11071107
```
11081108

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Once you have your Swift package set up, adding **Meilisearch-Swift** as a depen
7070

7171
```swift
7272
dependencies: [
73-
.package(url: "https://github.com/meilisearch/meilisearch-swift.git", from: "0.16.0")
73+
.package(url: "https://github.com/meilisearch/meilisearch-swift.git", from: "0.17.0")
7474
]
7575
```
7676

Sources/MeiliSearch/Model/PackageVersion.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import Foundation
55

66
internal struct PackageVersion {
77
/// This is the current version of the meilisearch-swift package
8-
private static let current = "0.16.0"
8+
private static let current = "0.17.0"
99

1010
/**
1111
Retrieves the current version of the MeiliSearch Swift package and formats accordingly.

0 commit comments

Comments
 (0)