From 97035d5b3c2f29e60a2e818a3b51f3499a27a12a Mon Sep 17 00:00:00 2001 From: rdnasim Date: Thu, 22 Sep 2022 17:53:25 +0600 Subject: [PATCH] modified the README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a99dce5..b58f85f 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ This will add a line like this to your package's `pubspec.yaml` (and run an impl ``` dependencies: - flutter_bkash: ^0.1.0 + flutter_bkash: ^0.1.1 ``` Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.