Skip to content

Commit

Permalink
Update version for the next release (v0.13.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
bidoubiwa committed Feb 14, 2022
1 parent d97a908 commit 59a309d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .code-samples.meilisearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -946,7 +946,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.12.0")
.package(url: "https://github.com/meilisearch/meilisearch-swift.git", from: "0.13.0")
]
```
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.12.0")
.package(url: "https://github.com/meilisearch/meilisearch-swift.git", from: "0.13.0")
]
```

Expand Down

0 comments on commit 59a309d

Please sign in to comment.