Skip to content

Commit f4ad485

Browse files
authored
Merge pull request #300 from meilisearch/release-v0.13.1
Update version for the next release (v0.13.1)
2 parents 79a1e78 + 1a6d455 commit f4ad485

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
@@ -921,7 +921,7 @@ getting_started_add_documents_md: |-
921921
Add this to your `Package.swift`:
922922
```swift
923923
dependencies: [
924-
.package(url: "https://github.com/meilisearch/meilisearch-swift.git", from: "0.13.0")
924+
.package(url: "https://github.com/meilisearch/meilisearch-swift.git", from: "0.13.1")
925925
]
926926
```
927927

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.13.0")
72+
.package(url: "https://github.com/meilisearch/meilisearch-swift.git", from: "0.13.1")
7373
]
7474
```
7575

Sources/MeiliSearch/Model/PackageVersion.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import Foundation
22

33
internal struct PackageVersion {
44
/// This is the current version of the meilisearch-swift package
5-
private static let current = "0.13.0"
5+
private static let current = "0.13.1"
66

77
/**
88
Retrieves the current version of the MeiliSearch Swift package and formats accordingly.

0 commit comments

Comments
 (0)