Skip to content

Commit ab1514d

Browse files
committed
Update version for the next release (v0.13.2)
1 parent f4ad485 commit ab1514d

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.1")
924+
.package(url: "https://github.com/meilisearch/meilisearch-swift.git", from: "0.13.2")
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.1")
72+
.package(url: "https://github.com/meilisearch/meilisearch-swift.git", from: "0.13.2")
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.1"
5+
private static let current = "0.13.2"
66

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

0 commit comments

Comments
 (0)