Skip to content

Commit 56a2c31

Browse files
committed
Bumped package verson
1 parent 773dd11 commit 56a2c31

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.0.0
2+
3+
* Reintroduced and improved bank payment
4+
* Minor bug fixes
5+
Z
16
## 0.10.0 (Breaking change)
27

38

lib/src/api/service/base_service.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class BaseApiService {
1414
'bindings_version': Platform.isIOS
1515
? '3.0.5' // Latest version of Paystack official iOS SDK
1616
: '3.0.10', // Latest version of Paystack official Android SDK
17-
'X-FLUTTER-USER-AGENT': jsonEncode({'version': '0.10.0'})
17+
'X-FLUTTER-USER-AGENT': jsonEncode({'version': '1.0.0'})
1818
};
1919
final String baseUrl = 'https://standard.paystack.co';
2020
}

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_paystack
22
description: A Flutter plugin for making payments via Paystack Payment Gateway. Completely supports Android and iOS.
3-
version: 0.10.0
3+
version: 1.0.0
44
author: Wilberforce Uwadiegwu <[email protected]>
55
homepage: https://github.com/wilburt/flutter_paystack
66

0 commit comments

Comments
 (0)