Skip to content

Commit

Permalink
Update version for the next release (v0.16.0) (#440)
Browse files Browse the repository at this point in the history
* Update Sources/MeiliSearch/Model/PackageVersion.swift

* Update .code-samples.meilisearch.yaml

* Update README.md
  • Loading branch information
meili-bot authored Mar 20, 2024
1 parent 490a035 commit 26f30d1
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 26f30d1

Please sign in to comment.