Skip to content

Commit

Permalink
Merge pull request meilisearch#300 from meilisearch/release-v0.13.1
Browse files Browse the repository at this point in the history
Update version for the next release (v0.13.1)
  • Loading branch information
brunoocasali authored May 8, 2022
2 parents 79a1e78 + 1a6d455 commit f4ad485
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .code-samples.meilisearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -921,7 +921,7 @@ getting_started_add_documents_md: |-
Add this to your `Package.swift`:
```swift
dependencies: [
.package(url: "https://github.com/meilisearch/meilisearch-swift.git", from: "0.13.0")
.package(url: "https://github.com/meilisearch/meilisearch-swift.git", from: "0.13.1")
]
```
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Once you have your Swift package set up, adding **Meilisearch-Swift** as a depen

```swift
dependencies: [
.package(url: "https://github.com/meilisearch/meilisearch-swift.git", from: "0.13.0")
.package(url: "https://github.com/meilisearch/meilisearch-swift.git", from: "0.13.1")
]
```

Expand Down
2 changes: 1 addition & 1 deletion Sources/MeiliSearch/Model/PackageVersion.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Foundation

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

/**
Retrieves the current version of the MeiliSearch Swift package and formats accordingly.
Expand Down

0 comments on commit f4ad485

Please sign in to comment.