Skip to content

Commit 3971464

Browse files
authored
Merge pull request #86 from collinsmuriuki/release-v1.0.1
Bump crate version
2 parents 5d89a4a + effc098 commit 3971464

File tree

2 files changed

+3
-3
lines changed

2 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 = "mpesa"
3-
version = "1.0.0"
3+
version = "1.1.0"
44
authors = ["Collins Muriuki <[email protected]>"]
55
edition = "2021"
66
description = "A wrapper around the M-PESA API in Rust."

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ An unofficial Rust wrapper around the [Safaricom API](https://developer.safarico
1414

1515
```toml
1616
[dependencies]
17-
mpesa = { version = "1.0.0" }
17+
mpesa = { version = "1.1.0" }
1818
```
1919

2020
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:
3434

3535
```toml
3636
[dependencies]
37-
mpesa = { git = "1.0.0", default_features = false, features = ["b2b", "express_request"] }
37+
mpesa = { git = "1.1.0", default_features = false, features = ["b2b", "express_request"] }
3838
```
3939

4040
In your lib or binary crate:

0 commit comments

Comments
 (0)