diff --git a/Cargo.toml b/Cargo.toml index d437f958a..4986fbe8d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mpesa" -version = "1.0.0" +version = "1.1.0" authors = ["Collins Muriuki "] edition = "2021" description = "A wrapper around the M-PESA API in Rust." diff --git a/README.md b/README.md index 7a48132cb..1e5cb9c61 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ An unofficial Rust wrapper around the [Safaricom API](https://developer.safarico ```toml [dependencies] -mpesa = { version = "1.0.0" } +mpesa = { version = "1.1.0" } ``` Optionally, you can disable default-features, which is basically the entire suite of MPESA APIs to conditionally select from either: @@ -34,7 +34,7 @@ Example: ```toml [dependencies] -mpesa = { git = "1.0.0", default_features = false, features = ["b2b", "express_request"] } +mpesa = { git = "1.1.0", default_features = false, features = ["b2b", "express_request"] } ``` In your lib or binary crate: