Skip to content

Commit

Permalink
Update version for the next release (v0.10.2) (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
curquiza authored Sep 20, 2021
1 parent acb62a2 commit 76bcb90
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "meilisearch-sdk"
version = "0.10.1"
version = "0.10.2"
authors = ["Mubelotix <[email protected]>"]
edition = "2018"
description = "Rust wrapper for the MeiliSearch API. MeiliSearch is a powerful, fast, open-source, easy to use and deploy search engine."
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ To use `meilisearch-sdk`, add this to your `Cargo.toml`:

```toml
[dependencies]
meilisearch-sdk = "0.10.1"
meilisearch-sdk = "0.10.2"
```

The following optional dependencies may also be useful:
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
//!
//! ```toml
//! [dependencies]
//! meilisearch-sdk = "0.10.1"
//! meilisearch-sdk = "0.10.2"
//! ```
//!
//! The following optional dependencies may also be useful:
Expand Down

0 comments on commit 76bcb90

Please sign in to comment.