Skip to content

Commit

Permalink
release: v0.0.7-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
pr-Mais committed Nov 7, 2021
1 parent c5721e2 commit 32e4a94
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.0.7-alpha

* Fix a bug with `Content-Type` header.
* Throw an exception for badly structured backend response.

## 0.0.6-alpha

* Update iOS SDK.
Expand Down
11 changes: 2 additions & 9 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ packages:
name: http
url: "https://pub.dartlang.org"
source: hosted
version: "0.13.3"
version: "0.13.4"
http_parser:
dependency: transitive
description:
Expand Down Expand Up @@ -95,13 +95,6 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "1.8.0"
pedantic:
dependency: transitive
description:
name: pedantic
url: "https://pub.dartlang.org"
source: hosted
version: "1.11.1"
sky_engine:
dependency: transitive
description: flutter
Expand Down Expand Up @@ -164,5 +157,5 @@ packages:
source: hosted
version: "2.1.0"
sdks:
dart: ">=2.12.0 <3.0.0"
dart: ">=2.14.0 <3.0.0"
flutter: ">=1.20.0"
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: hyperpay
description: A plugin to wrap HyperPay mobile SDK for iOS and Android, used to accept payments in Flutter apps using HyperPay Payments Gateway.
version: 0.0.6-alpha
version: 0.0.7-alpha
repository: https://github.com/nyartech/hyperpay

environment:
Expand Down

0 comments on commit 32e4a94

Please sign in to comment.