Skip to content

Commit f9fb100

Browse files
authored
Merge pull request #326 from meilisearch/release-v0.14.1
Update version for the next release (v0.14.1)
2 parents 43b9e3c + 0bc3c79 commit f9fb100

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
@@ -965,7 +965,7 @@ getting_started_add_documents_md: |-
965965
Add this to your `Package.swift`:
966966
```swift
967967
dependencies: [
968-
.package(url: "https://github.com/meilisearch/meilisearch-swift.git", from: "0.14.0")
968+
.package(url: "https://github.com/meilisearch/meilisearch-swift.git", from: "0.14.1")
969969
]
970970
```
971971

README.md

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

7070
```swift
7171
dependencies: [
72-
.package(url: "https://github.com/meilisearch/meilisearch-swift.git", from: "0.14.0")
72+
.package(url: "https://github.com/meilisearch/meilisearch-swift.git", from: "0.14.1")
7373
]
7474
```
7575

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.14.0"
8+
private static let current = "0.14.1"
99

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

0 commit comments

Comments
 (0)