Skip to content

Commit 561934b

Browse files
committed
prepare for v0.3.1
1 parent 2985ea1 commit 561934b

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,6 @@
2929
* Modified as per new version of bKash API
3030
* Added minor code changes
3131
* Added tokenized api changes
32+
33+
## 0.3.1
34+
* Changed documentation

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ $ flutter pub add flutter_bkash
2626
This will add a line like this to your package's `pubspec.yaml` (and run an implicit **`flutter pub get`**):
2727
```
2828
dependencies:
29-
flutter_bkash: ^0.2.0
29+
flutter_bkash: ^0.3.1
3030
```
3131
Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more. Import it, Now in your Dart code, you can use:
3232
```

pubspec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: flutter_bkash
22
description: Flutter package for payment gateway service bKash (Bangladesh). bKash payment easy to implement through this package on your flutter project.
3-
version: 0.3.0
3+
version: 0.3.1
4+
repository: https://github.com/codeboxrcodehub/flutter-bkash
45
homepage: https://github.com/codeboxrcodehub/flutter-bkash
56

67
environment:

0 commit comments

Comments
 (0)