Skip to content

Commit

Permalink
prepare v4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderThiele committed Mar 1, 2024
1 parent 648b56e commit 66fc221
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions packages/linkfive_purchases/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 4.0.1

* We added a new http Client with retry functions and timeouts to properly handle mobile connectivity
* We fixed a bug where the product details can be null.

## 4.0.0
Release of new One Time Purchase API

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class LinkFivePurchases {
LinkFivePurchases._();

/// Plugin Version
static const VERSION = "4.0.0";
static const VERSION = "4.0.1";

/// Initialize LinkFive with your Api Key
///
Expand Down
2 changes: 1 addition & 1 deletion packages/linkfive_purchases/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: linkfive_purchases
description: Manage your in-app subscriptions with the LinkFive plugin - The Easiest Implementation of Subscriptions.
version: 4.0.0
version: 4.0.1
homepage: https://www.linkfive.io
repository: https://github.com/LinkFive/flutter-purchases-sdk
issue_tracker: https://github.com/LinkFive/flutter-purchases-sdk/issues
Expand Down

0 comments on commit 66fc221

Please sign in to comment.