Skip to content

Commit 0a78d85

Browse files
Bump version to 4.2.0
1 parent a6493db commit 0a78d85

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## 4.3.0
2-
* // Update changelog here
2+
* Qonversion Automation allows sending automated, personalized push notifications and in-app messages initiated by in-app purchase events.
3+
This feature is designed to increase your app's revenue and retention, provide cancellation insights, reduce subscriber churn, and improve your subscribers' user experience.
4+
See more in the [documentation](https://documentation.qonversion.io/docs/automations).
35

46
## 4.2.0
57
* Add `setAppleSearchAdsAttributionEnabled()` method

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group 'com.qonversion.flutter.sdk.qonversion_flutter_sdk'
2-
version '4.1.1'
2+
version '4.2.0'
33

44
buildscript {
55
ext.kotlin_version = '1.3.50'

ios/qonversion_flutter.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
Pod::Spec.new do |s|
66
s.name = 'qonversion_flutter'
7-
s.version = '3.4.0'
7+
s.version = '3.5.0'
88
s.summary = 'Flutter Qonversion SDK'
99
s.description = <<-DESC
1010
Powerful yet simple subscription analytics

macos/qonversion_flutter.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
Pod::Spec.new do |s|
66
s.name = 'qonversion_flutter'
7-
s.version = '2.4.0'
7+
s.version = '2.5.0'
88
s.summary = 'Flutter Qonversion SDK'
99
s.description = <<-DESC
1010
Powerful yet simple subscription analytics

0 commit comments

Comments
 (0)