From ea97360c74bd89dbd7e6949ba3d81169e00abbb5 Mon Sep 17 00:00:00 2001 From: SpertsyanKM Date: Mon, 15 Jul 2024 14:03:44 +0000 Subject: [PATCH 1/2] [create-pull-request] automated change --- CHANGELOG.md | 3 +++ lib/src/internal/qonversion_internal.dart | 2 +- pubspec.yaml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c41b2ad..ef6508a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 9.0.1 +* // Update changelog here + ## 9.0.0 New major release of Qonversion Flutter SDK with the new Google Play Billing Library 7 support! * installment plans supported for subscriptions diff --git a/lib/src/internal/qonversion_internal.dart b/lib/src/internal/qonversion_internal.dart index 8369083..ee82483 100644 --- a/lib/src/internal/qonversion_internal.dart +++ b/lib/src/internal/qonversion_internal.dart @@ -11,7 +11,7 @@ import 'package:qonversion_flutter/src/internal/utils/string.dart'; import 'constants.dart'; class QonversionInternal implements Qonversion { - static const String _sdkVersion = "8.5.0"; + static const String _sdkVersion = "9.0.1"; final MethodChannel _channel = MethodChannel('qonversion_plugin'); diff --git a/pubspec.yaml b/pubspec.yaml index 3ea751a..f48e41f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: qonversion_flutter description: Flutter plugin to implement in-app subscriptions and purchases. Validate user receipts and manage cross-platform access to paid content on your app. Android & iOS. -version: 9.0.0 +version: 9.0.1 homepage: 'https://qonversion.io' repository: 'https://github.com/qonversion/flutter-sdk' From 8911d2e2c3621f19405a0fbb72f96cfbb2842f05 Mon Sep 17 00:00:00 2001 From: Kamo Spertsyan Date: Mon, 15 Jul 2024 17:10:43 +0300 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef6508a..bc2aa6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ ## 9.0.1 -* // Update changelog here +* Internal SDK version fix. ## 9.0.0 New major release of Qonversion Flutter SDK with the new Google Play Billing Library 7 support!