diff --git a/README.md b/README.md index e09aded..73e5c95 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Unofficial Rust API for interacting with Google Trend First, add the dependency to your `cargo.toml`: ```toml [dependencies] -rtrend = "0.1.2" +rtrend = "0.1.3" ``` Then build a client and send the reqwest you want : diff --git a/src/lib.rs b/src/lib.rs index 6db5fbd..de0bd2a 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -14,7 +14,7 @@ //! First, add the dependency to your `cargo.toml`: //! ```toml //! [dependencies] -//! rtrend = "0.1.0" +//! rtrend = "0.1.3" //! ``` //! //! Then build a client and send the reqwest you want :