Skip to content

Commit 8e9040a

Browse files
committed
Update version for the next release (v0.20.1)
1 parent 78c5474 commit 8e9040a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ If applicable, add screenshots or logs to help explain your problem.
2222

2323
**Environment (please complete the following information):**
2424
- OS: [e.g. Debian GNU/Linux]
25-
- Meilisearch version: [e.g. v.0.20.0]
25+
- Meilisearch version: [e.g. v.0.29.1]
2626
- meilisearch-rust version: [e.g v0.8.1]

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.20.0"
3+
version = "0.20.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

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

6060
```toml
6161
[dependencies]
62-
meilisearch-sdk = "0.20.0"
62+
meilisearch-sdk = "0.20.1"
6363
```
6464

6565
The following optional dependencies may also be useful:

README.tpl

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

6060
```toml
6161
[dependencies]
62-
meilisearch-sdk = "0.20.0"
62+
meilisearch-sdk = "0.20.1"
6363
```
6464

6565
The following optional dependencies may also be useful:

0 commit comments

Comments
 (0)