diff --git a/.version b/.version index af2c571e..c6db724b 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -7.3.2 \ No newline at end of file +7.3.3 \ No newline at end of file diff --git a/CHANGELOG.latest.md b/CHANGELOG.latest.md index f9cb5792..311ef316 100644 --- a/CHANGELOG.latest.md +++ b/CHANGELOG.latest.md @@ -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) diff --git a/CHANGELOG.md b/CHANGELOG.md index faf751a9..7f93f75c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/RevenueCat/Plugins/Android/PurchasesWrapper.java b/RevenueCat/Plugins/Android/PurchasesWrapper.java index e3355d70..abd49a05 100644 --- a/RevenueCat/Plugins/Android/PurchasesWrapper.java +++ b/RevenueCat/Plugins/Android/PurchasesWrapper.java @@ -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; diff --git a/RevenueCat/Plugins/iOS/PurchasesUnityHelper.m b/RevenueCat/Plugins/iOS/PurchasesUnityHelper.m index bd0565cc..cbd46a9f 100644 --- a/RevenueCat/Plugins/iOS/PurchasesUnityHelper.m +++ b/RevenueCat/Plugins/iOS/PurchasesUnityHelper.m @@ -489,7 +489,7 @@ - (NSString *)platformFlavor { } - (NSString *)platformFlavorVersion { - return @"7.3.2"; + return @"7.3.3"; } @end diff --git a/RevenueCat/package.json b/RevenueCat/package.json index 71f659dc..f4652627 100644 --- a/RevenueCat/package.json +++ b/RevenueCat/package.json @@ -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", diff --git a/VERSIONS.md b/VERSIONS.md index 5971f939..4c05c553 100644 --- a/VERSIONS.md +++ b/VERSIONS.md @@ -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 |