Skip to content

Commit

Permalink
Merge pull request #335 from qonversion/release/9.0.1
Browse files Browse the repository at this point in the history
Release 9.0.1
  • Loading branch information
SpertsyanKM authored Jul 15, 2024
2 parents 818933b + dcc5e57 commit 2fbb6ee
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 9.0.1
* Internal SDK version fix.

## 9.0.0
New major release of Qonversion Flutter SDK with the new Google Play Billing Library 7 support!
* installment plans supported for subscriptions
Expand Down
2 changes: 1 addition & 1 deletion lib/src/internal/qonversion_internal.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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');

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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'

Expand Down

0 comments on commit 2fbb6ee

Please sign in to comment.