Skip to content

Commit 062fd1d

Browse files
authored
Merge pull request #371 from meilisearch/meili-bot/bump-version
Update version for the next release (v0.15.0)
2 parents 015670b + e1e573f commit 062fd1d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.code-samples.meilisearch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1120,7 +1120,7 @@ getting_started_add_documents_md: |-
11201120
Add this to your `Package.swift`:
11211121
```swift
11221122
dependencies: [
1123-
.package(url: "https://github.com/meilisearch/meilisearch-swift.git", from: "0.14.1")
1123+
.package(url: "https://github.com/meilisearch/meilisearch-swift.git", from: "0.15.0")
11241124
]
11251125
```
11261126

README.md

Lines changed: 1 addition & 1 deletion
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.1")
72+
.package(url: "https://github.com/meilisearch/meilisearch-swift.git", from: "0.15.0")
7373
]
7474
```
7575

Sources/MeiliSearch/Model/PackageVersion.swift

Lines changed: 1 addition & 1 deletion
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.1"
8+
private static let current = "0.15.0"
99

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

0 commit comments

Comments
 (0)