Skip to content

Commit de6846b

Browse files
authored
Merge pull request #8 from MadBrains/fix_export
[2.0.3] export CardAuthMethods
2 parents 93b8991 + 11069d5 commit de6846b

File tree

5 files changed

+8
-3
lines changed

5 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.0.3
2+
3+
* export `CardAuthMethods`
4+
15
## 2.0.2
26

37
* Change proto structure

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Easy integration with Google Pay and Apple Pay for your flutter app.
1717
Add this to your package's pubspec.yaml file:
1818
```yaml
1919
dependencies:
20-
mad_pay: 2.0.2
20+
mad_pay: 2.0.3
2121
```
2222
2323
For Android: set `minSdkVersion` to 21

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ packages:
7373
path: ".."
7474
relative: true
7575
source: path
76-
version: "2.0.2"
76+
version: "2.0.3"
7777
matcher:
7878
dependency: transitive
7979
description:

lib/mad_pay.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ export 'src/models/models.dart'
1212
ShippingMethod,
1313
ShippingType,
1414
GoogleParameters,
15+
CardAuthMethods,
1516
Response;

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: mad_pay
22
description: Mad Pay will help you make payments through Apple Pay and Google Pay
3-
version: 2.0.2
3+
version: 2.0.3
44
repository: https://github.com/MadBrains/Mad-Pay-Flutter
55
issue_tracker: https://github.com/MadBrains/Mad-Pay-Flutter/issues
66
homepage: https://madbrains.ru/

0 commit comments

Comments
 (0)