From f8f245b0ad2f41d74866f2da52b681b24e08fe4d Mon Sep 17 00:00:00 2001 From: Bruno Casali Date: Thu, 5 May 2022 18:36:26 -0300 Subject: [PATCH] Update version for the next release (v0.17.0) --- Cargo.toml | 2 +- README.md | 2 +- README.tpl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d2addc50..0bf9a00f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "meilisearch-sdk" -version = "0.16.0" +version = "0.17.0" authors = ["Mubelotix "] edition = "2018" description = "Rust wrapper for the Meilisearch API. Meilisearch is a powerful, fast, open-source, easy to use and deploy search engine." diff --git a/README.md b/README.md index 80e7d03d..d9240c05 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ To use `meilisearch-sdk`, add this to your `Cargo.toml`: ```toml [dependencies] -meilisearch-sdk = "0.16.0" +meilisearch-sdk = "0.17.0" ``` The following optional dependencies may also be useful: diff --git a/README.tpl b/README.tpl index 917b60d9..c133d334 100644 --- a/README.tpl +++ b/README.tpl @@ -50,7 +50,7 @@ To use `meilisearch-sdk`, add this to your `Cargo.toml`: ```toml [dependencies] -meilisearch-sdk = "0.16.0" +meilisearch-sdk = "0.17.0" ``` The following optional dependencies may also be useful: