Skip to content

Commit

Permalink
Bump version to 3.5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
SpertsyanKM committed Mar 18, 2022
1 parent fd9f03e commit 7ecf3f5
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.5.0
* Added Apple Search Ads support.
* Method `setUserId` marked as deprecated.

## 3.4.1
* Fix StrictMode policy violation errors in the Google Play Console pre-launch report.

Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'com.qonversion.flutter.sdk.qonversion_flutter_sdk'
version '3.4.1'
version '3.5.0'

buildscript {
ext.kotlin_version = '1.3.50'
Expand Down
4 changes: 2 additions & 2 deletions ios/qonversion_flutter.podspec
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html.
# Run `pod lib lint qonversion.podspec' to validate before publishing.
# Run 'pod lib lint qonversion.podspec' to validate before publishing.
#
Pod::Spec.new do |s|
s.name = 'qonversion_flutter'
s.version = '3.3.0'
s.version = '3.5.0'
s.summary = 'Flutter Qonversion SDK'
s.description = <<-DESC
Powerful yet simple subscription analytics
Expand Down
2 changes: 1 addition & 1 deletion lib/src/qonversion.dart
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import 'models/purchase_exception.dart';
import 'qa_provider.dart';

class Qonversion {
static const String _sdkVersion = "3.4.1";
static const String _sdkVersion = "3.5.0";

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

Expand Down
4 changes: 2 additions & 2 deletions macos/qonversion_flutter.podspec
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html.
# Run `pod lib lint qonversion.podspec' to validate before publishing.
# Run 'pod lib lint qonversion.podspec' to validate before publishing.
#
Pod::Spec.new do |s|
s.name = 'qonversion_flutter'
s.version = '2.3.0'
s.version = '3.5.0'
s.summary = 'Flutter Qonversion SDK'
s.description = <<-DESC
Powerful yet simple subscription analytics
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: 3.4.1
version: 3.5.0
homepage: 'https://qonversion.io'
repository: 'https://github.com/qonversion/flutter-sdk'

Expand Down

0 comments on commit 7ecf3f5

Please sign in to comment.