From 4addcdd474591efb2d0f944ddea729842b771738 Mon Sep 17 00:00:00 2001 From: Surik Date: Mon, 22 Mar 2021 13:46:53 +0800 Subject: [PATCH] Bump version to 2.5.0 --- CHANGELOG.md | 3 +++ lib/src/qonversion.dart | 2 +- pubspec.yaml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d17ee15a..54d551ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 2.5.0 +* MacOS support + ## 2.4.1 * Internal logic optimization and minor improvements diff --git a/lib/src/qonversion.dart b/lib/src/qonversion.dart index c23dba1d..4f3d3a57 100644 --- a/lib/src/qonversion.dart +++ b/lib/src/qonversion.dart @@ -16,7 +16,7 @@ import 'models/purchase_exception.dart'; import 'qa_provider.dart'; class Qonversion { - static const String _sdkVersion = "2.4.1"; + static const String _sdkVersion = "2.5.0"; static const MethodChannel _channel = MethodChannel('qonversion_flutter_sdk'); static const _purchasesEventChannel = diff --git a/pubspec.yaml b/pubspec.yaml index e51cf16a..b7909418 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: qonversion_flutter description: In-App Subscription Infrastructure to grow your subscription business -version: 2.4.1 +version: 2.5.0 homepage: 'https://qonversion.io' repository: 'https://github.com/qonversion/flutter-sdk'