Skip to content

Commit

Permalink
Bump crate version
Browse files Browse the repository at this point in the history
  • Loading branch information
c12i committed Nov 14, 2023
1 parent 5d89a4a commit d994c3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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
2 changes: 1 addition & 1 deletion 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 Down

0 comments on commit d994c3e

Please sign in to comment.