Skip to content

Commit 8b824a9

Browse files
bors[bot]bidoubiwa
andauthored
Merge #335
335: Update version for the next release (v0.18.1) r=bidoubiwa a=bidoubiwa Update version of the crate to v0.18..1 Co-authored-by: Charlotte Vermandel <[email protected]>
2 parents 2689764 + 4d24ab2 commit 8b824a9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "meilisearch-sdk"
3-
version = "0.18.0"
3+
version = "0.18.1"
44
authors = ["Mubelotix <[email protected]>"]
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

+1-1
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.18.0"
53+
meilisearch-sdk = "0.18.1"
5454
```
5555

5656
The following optional dependencies may also be useful:

README.tpl

+1-1
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.18.0"
53+
meilisearch-sdk = "0.18.1"
5454
```
5555

5656
The following optional dependencies may also be useful:

0 commit comments

Comments
 (0)