diff --git a/README.md b/README.md index f2d931f..3a180e8 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Add the following line to your Cargo.toml file: ```toml [dependencies] -redsync = "1.0.0" +redsync = "1.0.1" ``` ## Documentation diff --git a/src/lib.rs b/src/lib.rs index 1fad0ae..d5549d7 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -4,7 +4,7 @@ //! //! ```toml //! [dependencies] -//! redsync = "1.0.0" +//! redsync = "1.0.1" //! ``` //! //! # Quick Start