Skip to content

Commit

Permalink
Merge #440
Browse files Browse the repository at this point in the history
440: Update version for the next release (v0.16.0) r=curquiza a=meili-bot

_This PR is auto-generated._

The automated script updates the version of meilisearch-swift to a new version: "v0.16.0"


Co-authored-by: meili-bot <[email protected]>
  • Loading branch information
meili-bors[bot] and meili-bot authored Mar 18, 2024
2 parents 490a035 + a05ac64 commit c1c128e
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 @@ -1102,7 +1102,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.15.0")
.package(url: "https://github.com/meilisearch/meilisearch-swift.git", from: "0.16.0")
]
```
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,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.15.0")
.package(url: "https://github.com/meilisearch/meilisearch-swift.git", from: "0.16.0")
]
```

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 @@ -5,7 +5,7 @@ import Foundation

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

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

0 comments on commit c1c128e

Please sign in to comment.