Skip to content

Commit d944797

Browse files
committed
Release 0.0.3-alpha ✅
1 parent ae756eb commit d944797

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.0.3-alpha
2+
3+
* Fixed a bug with sending additional params on checkout.
4+
* Removed dependency over Flutter.
15
## 0.0.2-alpha
26

37
* Format plugin dart files.

example/pubspec.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ packages:
8787
path: ".."
8888
relative: true
8989
source: path
90-
version: "0.0.2-alpha"
90+
version: "0.0.3-alpha"
9191
matcher:
9292
dependency: transitive
9393
description:

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.2-alpha
3+
version: 0.0.3-alpha
44
repository: https://github.com/nyartech/hyperpay
55

66
environment:

0 commit comments

Comments
 (0)