Skip to content

Commit 66fc221

Browse files
prepare v4.0.1
1 parent 648b56e commit 66fc221

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

packages/linkfive_purchases/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 4.0.1
2+
3+
* We added a new http Client with retry functions and timeouts to properly handle mobile connectivity
4+
* We fixed a bug where the product details can be null.
5+
16
## 4.0.0
27
Release of new One Time Purchase API
38

packages/linkfive_purchases/lib/logic/linkfive_purchases.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class LinkFivePurchases {
1313
LinkFivePurchases._();
1414

1515
/// Plugin Version
16-
static const VERSION = "4.0.0";
16+
static const VERSION = "4.0.1";
1717

1818
/// Initialize LinkFive with your Api Key
1919
///

packages/linkfive_purchases/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: linkfive_purchases
22
description: Manage your in-app subscriptions with the LinkFive plugin - The Easiest Implementation of Subscriptions.
3-
version: 4.0.0
3+
version: 4.0.1
44
homepage: https://www.linkfive.io
55
repository: https://github.com/LinkFive/flutter-purchases-sdk
66
issue_tracker: https://github.com/LinkFive/flutter-purchases-sdk/issues

0 commit comments

Comments
 (0)