Skip to content

Commit 32e4a94

Browse files
committed
release: v0.0.7-alpha
1 parent c5721e2 commit 32e4a94

File tree

3 files changed

+8
-10
lines changed

3 files changed

+8
-10
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.0.7-alpha
2+
3+
* Fix a bug with `Content-Type` header.
4+
* Throw an exception for badly structured backend response.
5+
16
## 0.0.6-alpha
27

38
* Update iOS SDK.

pubspec.lock

+2-9
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ packages:
6666
name: http
6767
url: "https://pub.dartlang.org"
6868
source: hosted
69-
version: "0.13.3"
69+
version: "0.13.4"
7070
http_parser:
7171
dependency: transitive
7272
description:
@@ -95,13 +95,6 @@ packages:
9595
url: "https://pub.dartlang.org"
9696
source: hosted
9797
version: "1.8.0"
98-
pedantic:
99-
dependency: transitive
100-
description:
101-
name: pedantic
102-
url: "https://pub.dartlang.org"
103-
source: hosted
104-
version: "1.11.1"
10598
sky_engine:
10699
dependency: transitive
107100
description: flutter
@@ -164,5 +157,5 @@ packages:
164157
source: hosted
165158
version: "2.1.0"
166159
sdks:
167-
dart: ">=2.12.0 <3.0.0"
160+
dart: ">=2.14.0 <3.0.0"
168161
flutter: ">=1.20.0"

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: hyperpay
22
description: A plugin to wrap HyperPay mobile SDK for iOS and Android, used to accept payments in Flutter apps using HyperPay Payments Gateway.
3-
version: 0.0.6-alpha
3+
version: 0.0.7-alpha
44
repository: https://github.com/nyartech/hyperpay
55

66
environment:

0 commit comments

Comments
 (0)