Skip to content

Commit d13db02

Browse files
bors[bot]curquiza
andauthored
Merge #236
236: Add missing update to release (v0.14.0) r=curquiza a=curquiza closes #230 Co-authored-by: Clémentine Urquizar <clementine@meilisearch.com> Co-authored-by: Clémentine Urquizar - curqui <clementine@meilisearch.com>
2 parents af4e2f7 + 1b4b748 commit d13db02

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "meilisearch-sdk"
3-
version = "0.13.0"
3+
version = "0.14.0"
44
authors = ["Mubelotix <mubelotix@gmail.com>"]
55
edition = "2018"
66
description = "Rust wrapper for the Meilisearch API. Meilisearch is a powerful, fast, open-source, easy to use and deploy search engine."

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ To use `meilisearch-sdk`, add this to your `Cargo.toml`:
5050

5151
```toml
5252
[dependencies]
53-
meilisearch-sdk = "0.13.0"
53+
meilisearch-sdk = "0.14.0"
5454
```
5555

5656
The following optional dependencies may also be useful:

README.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ To use `meilisearch-sdk`, add this to your `Cargo.toml`:
5050

5151
```toml
5252
[dependencies]
53-
meilisearch-sdk = "0.13.0"
53+
meilisearch-sdk = "0.14.0"
5454
```
5555

5656
The following optional dependencies may also be useful:

0 commit comments

Comments
 (0)