Skip to content

Commit 686e316

Browse files
authored
[create-pull-request] automated change
1 parent bd47096 commit 686e316

File tree

4 files changed

+18
-13
lines changed

4 files changed

+18
-13
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 4.3.1
2+
* // Update changelog here
3+
14
## 4.3.0
25
* Qonversion Automation allows sending automated, personalized push notifications and in-app messages initiated by in-app purchase events.
36
This feature is designed to increase your app's revenue and retention, provide cancellation insights, reduce subscriber churn, and improve your subscribers' user experience.

fastlane/README.md

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,30 @@
11
fastlane documentation
2-
================
2+
----
3+
34
# Installation
45

56
Make sure you have the latest version of the Xcode command line tools installed:
67

7-
```
8+
```sh
89
xcode-select --install
910
```
1011

11-
Install _fastlane_ using
12-
```
13-
[sudo] gem install fastlane -NV
14-
```
15-
or alternatively using `brew install fastlane`
12+
For _fastlane_ installation instructions, see [Installing _fastlane_](https://docs.fastlane.tools/#installing-fastlane)
1613

1714
# Available Actions
15+
1816
### bump
17+
18+
```sh
19+
[bundle exec] fastlane bump
1920
```
20-
fastlane bump
21-
```
21+
2222

2323

2424
----
2525

2626
This README.md is auto-generated and will be re-generated every time [_fastlane_](https://fastlane.tools) is run.
27-
More information about fastlane can be found on [fastlane.tools](https://fastlane.tools).
28-
The documentation of fastlane can be found on [docs.fastlane.tools](https://docs.fastlane.tools).
27+
28+
More information about _fastlane_ can be found on [fastlane.tools](https://fastlane.tools).
29+
30+
The documentation of _fastlane_ can be found on [docs.fastlane.tools](https://docs.fastlane.tools).

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 = "4.3.0";
19+
static const String _sdkVersion = "4.3.1";
2020

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

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: 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.
3-
version: 4.3.0
3+
version: 4.3.1
44
homepage: 'https://qonversion.io'
55
repository: 'https://github.com/qonversion/flutter-sdk'
66

0 commit comments

Comments
 (0)