Skip to content

Commit 4addcdd

Browse files
Bump version to 2.5.0
1 parent 6566cf1 commit 4addcdd

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 2.5.0
2+
* MacOS support
3+
14
## 2.4.1
25
* Internal logic optimization and minor improvements
36

lib/src/qonversion.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import 'models/purchase_exception.dart';
1616
import 'qa_provider.dart';
1717

1818
class Qonversion {
19-
static const String _sdkVersion = "2.4.1";
19+
static const String _sdkVersion = "2.5.0";
2020

2121
static const MethodChannel _channel = MethodChannel('qonversion_flutter_sdk');
2222
static const _purchasesEventChannel =

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: qonversion_flutter
22
description: In-App Subscription Infrastructure to grow your subscription business
3-
version: 2.4.1
3+
version: 2.5.0
44
homepage: 'https://qonversion.io'
55
repository: 'https://github.com/qonversion/flutter-sdk'
66

0 commit comments

Comments
 (0)