Skip to content

Commit

Permalink
Merge pull request #86 from collinsmuriuki/release-v1.0.1
Browse files Browse the repository at this point in the history
Bump crate version
  • Loading branch information
c12i committed Nov 14, 2023
2 parents 5d89a4a + effc098 commit 3971464
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mpesa"
version = "1.0.0"
version = "1.1.0"
authors = ["Collins Muriuki <murerwacollins@gmail.com>"]
edition = "2021"
description = "A wrapper around the M-PESA API in Rust."
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 3971464

Please sign in to comment.