Skip to content

Commit 94ffbd4

Browse files
authored
Update version of the package fron v0.2.0 to v0.3.0 (#43)
* Update version of the package fron v0.2.0 to v0.3.0 * Update the README
1 parent 197f4e0 commit 94ffbd4

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.2.0"
3+
version = "0.3.0"
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
@@ -43,7 +43,7 @@ To use `meilisearch-sdk`, add this to your `Cargo.toml`:
4343

4444
```toml
4545
[dependencies]
46-
meilisearch-sdk = "0.2.0"
46+
meilisearch-sdk = "0.3.0"
4747
```
4848

4949
The following optional dependencies may also be useful:

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//!
55
//! ```toml
66
//! [dependencies]
7-
//! meilisearch-sdk = "0.2.0"
7+
//! meilisearch-sdk = "0.3.0"
88
//! ```
99
//!
1010
//! The following optional dependencies may also be useful:

0 commit comments

Comments
 (0)