From 0a1aa08b6b22bece3c79135ebc6a1e8518827361 Mon Sep 17 00:00:00 2001 From: Prince Merveil Date: Sat, 30 Dec 2023 04:58:55 +0100 Subject: [PATCH] change readme version --- readme.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 29a084c..2ebe4cb 100644 --- a/readme.md +++ b/readme.md @@ -1,5 +1,6 @@ ### MOMO.rs is a Rust library for the MOMO payment gateway. -[![Testing the application](https://github.com/Bourse-numerique-d-afrique/momo.rs/actions/workflows/deployment.yml/badge.svg)](https://github.com/Bourse-numerique-d-afrique/momo.rs/actions/workflows/deployment.yml) +[![build tests](https://github.com/Bourse-numerique-d-afrique/momo.rs/actions/workflows/deployment.yml/badge.svg)](https://github.com/Bourse-numerique-d-afrique/momo.rs/actions/workflows/deployment.yml) +[![crates.io](https://github.com/Bourse-numerique-d-afrique/momo.rs/actions/workflows/publish.yml/badge.svg)](https://github.com/Bourse-numerique-d-afrique/momo.rs/actions/workflows/publish.yml)

MOMO logo

@@ -8,7 +9,7 @@ ### Installation ```toml [dependencies] -mtnmomo = "0.1.0" +mtnmomo = "0.1.1" ``` or you can use cargo add