Skip to content

Commit

Permalink
Merge #268
Browse files Browse the repository at this point in the history
268: Update version for the next release (v0.13.0) r=bidoubiwa a=bidoubiwa



Co-authored-by: Charlotte Vermandel <charlottevermandel@gmail.com>
  • Loading branch information
bors[bot] and bidoubiwa authored Feb 14, 2022
2 parents b263ab2 + 59a309d commit f66a420
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 f66a420

Please sign in to comment.