Skip to content

Commit

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

## RevenueCat SDK
### 📦 Dependency Updates
* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 13.12.0 (#533) via
RevenueCat Git Bot (@RCGitBot)
* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 13.11.0 (#531) via
RevenueCat Git Bot (@RCGitBot)
* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 13.10.0 (#530) via
RevenueCat Git Bot (@RCGitBot)
  • Loading branch information
RCGitBot authored Dec 5, 2024
1 parent e47d76c commit 04fa289
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.3.2
7.3.3
4 changes: 3 additions & 1 deletion CHANGELOG.latest.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## RevenueCat SDK
### 📦 Dependency Updates
* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 13.9.0 (#528) via RevenueCat Git Bot (@RCGitBot)
* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 13.12.0 (#533) via RevenueCat Git Bot (@RCGitBot)
* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 13.11.0 (#531) via RevenueCat Git Bot (@RCGitBot)
* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 13.10.0 (#530) via RevenueCat Git Bot (@RCGitBot)
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 7.3.3
## RevenueCat SDK
### 📦 Dependency Updates
* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 13.12.0 (#533) via RevenueCat Git Bot (@RCGitBot)
* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 13.11.0 (#531) via RevenueCat Git Bot (@RCGitBot)
* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 13.10.0 (#530) via RevenueCat Git Bot (@RCGitBot)

## 7.3.2
## RevenueCat SDK
### 📦 Dependency Updates
Expand Down
2 changes: 1 addition & 1 deletion RevenueCat/Plugins/Android/PurchasesWrapper.java
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public class PurchasesWrapper {
private static final String HANDLE_LOG = "_handleLog";

private static final String PLATFORM_NAME = "unity";
private static final String PLUGIN_VERSION = "7.3.2";
private static final String PLUGIN_VERSION = "7.3.3";

private static String gameObject;

Expand Down
2 changes: 1 addition & 1 deletion RevenueCat/Plugins/iOS/PurchasesUnityHelper.m
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ - (NSString *)platformFlavor {
}

- (NSString *)platformFlavorVersion {
return @"7.3.2";
return @"7.3.3";
}

@end
Expand Down
2 changes: 1 addition & 1 deletion RevenueCat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.revenuecat.purchases-unity",
"version": "7.3.2",
"version": "7.3.3",
"displayName": "RevenueCat SDK for Unity",
"description": "Unity in-app purchases and subscriptions made easy. Supports iOS and Android.",
"documentationUrl": "https://www.revenuecat.com/docs",
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 version | Play Billing Library version | Unity IAP compatibility |
| ------------- | ----------- | --------------- | -------------- | ---------------------------- | ----------------------------- |
| 7.3.3 | [5.12.0](https://github.com/RevenueCat/purchases-ios/releases/tag/5.12.0) | [8.10.3](https://github.com/RevenueCat/purchases-android/releases/tag/8.10.3) | [13.12.0](https://github.com/RevenueCat/purchases-hybrid-common/releases/tag/13.12.0) | [7.0.0](https://developer.android.com/google/play/billing/release-notes) | Not compatible |
| 7.3.2 | [5.8.0](https://github.com/RevenueCat/purchases-ios/releases/tag/5.8.0) | [8.10.2](https://github.com/RevenueCat/purchases-android/releases/tag/8.10.2) | [13.9.0](https://github.com/RevenueCat/purchases-hybrid-common/releases/tag/13.9.0) | [7.0.0](https://developer.android.com/google/play/billing/release-notes) | Not compatible |
| 7.3.1 | [5.7.1](https://github.com/RevenueCat/purchases-ios/releases/tag/5.7.1) | [8.9.0](https://github.com/RevenueCat/purchases-android/releases/tag/8.9.0) | [13.8.0](https://github.com/RevenueCat/purchases-hybrid-common/releases/tag/13.8.0) | [7.0.0](https://developer.android.com/google/play/billing/release-notes) | Not compatible |
| 7.3.0 | [5.7.0](https://github.com/RevenueCat/purchases-ios/releases/tag/5.7.0) | [8.8.1](https://github.com/RevenueCat/purchases-android/releases/tag/8.8.1) | [13.7.0](https://github.com/RevenueCat/purchases-hybrid-common/releases/tag/13.7.0) | [7.0.0](https://developer.android.com/google/play/billing/release-notes) | Not compatible |
Expand Down

0 comments on commit 04fa289

Please sign in to comment.