Skip to content

Commit

Permalink
[AUTOMATIC] Release/6.29.4 (RevenueCat#1097)
Browse files Browse the repository at this point in the history
**This is an automatic release.**

### Dependency Updates
* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 10.9.0 (RevenueCat#1096) via
RevenueCat Git Bot (@RCGitBot)
* [Android
7.11.1](https://github.com/RevenueCat/purchases-android/releases/tag/7.11.1)
* [iOS
4.43.0](https://github.com/RevenueCat/purchases-ios/releases/tag/4.43.0)
  • Loading branch information
RCGitBot authored Jun 13, 2024
1 parent cd7b8ad commit fce68f0
Show file tree
Hide file tree
Showing 14 changed files with 21 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.29.3
6.29.4
6 changes: 3 additions & 3 deletions CHANGELOG-LATEST.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### Dependency Updates
* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 10.8.0 (#1091) via RevenueCat Git Bot (@RCGitBot)
* [Android 7.11.0](https://github.com/RevenueCat/purchases-android/releases/tag/7.11.0)
* [iOS 4.42.0](https://github.com/RevenueCat/purchases-ios/releases/tag/4.42.0)
* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 10.9.0 (#1096) via RevenueCat Git Bot (@RCGitBot)
* [Android 7.11.1](https://github.com/RevenueCat/purchases-android/releases/tag/7.11.1)
* [iOS 4.43.0](https://github.com/RevenueCat/purchases-ios/releases/tag/4.43.0)
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 6.29.4
### Dependency Updates
* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 10.9.0 (#1096) via RevenueCat Git Bot (@RCGitBot)
* [Android 7.11.1](https://github.com/RevenueCat/purchases-android/releases/tag/7.11.1)
* [iOS 4.43.0](https://github.com/RevenueCat/purchases-ios/releases/tag/4.43.0)

## 6.29.3
### Dependency Updates
* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 10.8.0 (#1091) via RevenueCat Git Bot (@RCGitBot)
Expand Down
1 change: 1 addition & 0 deletions VERSIONS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
| Version | iOS version | Android version | Common files version |
|---------------|-------------|-----------------|----------------------|
| 6.29.4 | 4.43.0 | 7.11.1 | 10.9.0 |
| 6.29.3 | 4.42.0 | 7.11.0 | 10.8.0 |
| 6.29.2 | 4.41.2 | 7.10.1 | 10.6.2 |
| 6.29.1 | 4.41.2 | 7.10.1 | 10.6.2 |
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.revenuecat.purchases_flutter'
version '6.29.3'
version '6.29.4'

buildscript {
ext.kotlin_version = '1.7.21'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public class PurchasesFlutterPlugin implements FlutterPlugin, MethodCallHandler,
private final Handler handler = new Handler(Looper.getMainLooper());

private static final String PLATFORM_NAME = "flutter";
private static final String PLUGIN_VERSION = "6.29.3";
private static final String PLUGIN_VERSION = "6.29.4";

/**
* Plugin registration.
Expand Down
2 changes: 1 addition & 1 deletion ios/Classes/PurchasesFlutterPlugin.m
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,7 @@ - (NSString *)platformFlavor {
}

- (NSString *)platformFlavorVersion {
return @"6.29.3";
return @"6.29.4";
}

@end
2 changes: 1 addition & 1 deletion ios/purchases_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
Pod::Spec.new do |s|
s.name = 'purchases_flutter'
s.version = '6.29.3'
s.version = '6.29.4'
s.summary = 'Cross-platform subscriptions framework for Flutter.'
s.description = <<-DESC
Client for the RevenueCat subscription and purchase tracking system, making implementing in-app subscriptions in Flutter easy - receipt validation and status tracking included!
Expand Down
2 changes: 1 addition & 1 deletion macos/purchases_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
Pod::Spec.new do |s|
s.name = 'purchases_flutter'
s.version = '6.29.3'
s.version = '6.29.4'
s.summary = 'Cross-platform subscriptions framework for Flutter.'
s.description = <<-DESC
Client for the RevenueCat subscription and purchase tracking system, making implementing in-app subscriptions in Flutter easy - receipt validation and status tracking included!
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: purchases_flutter
description: Flutter in-app purchases and subscriptions made easy. The plugin supports iOS, macOS and Android.
version: 6.29.3
version: 6.29.4
homepage: https://www.revenuecat.com/
repository: https://github.com/RevenueCat/purchases-flutter
issue_tracker: https://github.com/RevenueCat/purchases-flutter/issues
Expand Down
2 changes: 1 addition & 1 deletion purchases_ui_flutter/android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'com.revenuecat.purchases_ui_flutter'
version '6.29.3'
version '6.29.4'

buildscript {
ext.kotlin_version = '1.9.20'
Expand Down
2 changes: 1 addition & 1 deletion purchases_ui_flutter/ios/purchases_ui_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
Pod::Spec.new do |s|
s.name = 'purchases_ui_flutter'
s.version = '6.29.3'
s.version = '6.29.4'
s.summary = 'Flutter plugin that integrates RevenueCat Paywalls'
s.description = <<-DESC
Flutter plugin that integrates RevenueCat Paywalls
Expand Down
2 changes: 1 addition & 1 deletion purchases_ui_flutter/macos/purchases_ui_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
Pod::Spec.new do |s|
s.name = 'purchases_ui_flutter'
s.version = '6.29.3'
s.version = '6.29.4'
s.summary = 'Flutter plugin that integrates RevenueCat Paywalls'
s.description = <<-DESC
Flutter plugin that integrates RevenueCat Paywalls
Expand Down
2 changes: 1 addition & 1 deletion purchases_ui_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: purchases_ui_flutter
description: "Flutter plugin that integrates RevenueCat Paywalls. This plugin supports iOS and Android."
version: 6.29.3
version: 6.29.4
homepage: https://www.revenuecat.com/
issue_tracker: https://github.com/RevenueCat/purchases-flutter/issues
documentation: https://docs.revenuecat.com/docs
Expand Down

0 comments on commit fce68f0

Please sign in to comment.