diff --git a/.version b/.version index f0e13c50..06a76599 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -6.7.0 +6.7.1 diff --git a/CHANGELOG.latest.md b/CHANGELOG.latest.md index 129ae9eb..4a732d14 100644 --- a/CHANGELOG.latest.md +++ b/CHANGELOG.latest.md @@ -1,13 +1,2 @@ ### Dependency Updates -* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 6.3.0 (#743) via RevenueCat Git Bot (@RCGitBot) - * [Android 6.9.5](https://github.com/RevenueCat/purchases-android/releases/tag/6.9.5) - * [iOS 4.26.1](https://github.com/RevenueCat/purchases-ios/releases/tag/4.26.1) - * [iOS 4.26.0](https://github.com/RevenueCat/purchases-ios/releases/tag/4.26.0) - * [iOS 4.25.10](https://github.com/RevenueCat/purchases-ios/releases/tag/4.25.10) - * [iOS 4.26.0-beta.4](https://github.com/RevenueCat/purchases-ios/releases/tag/4.26.0-beta.4) - * [iOS 4.26.0-beta.3](https://github.com/RevenueCat/purchases-ios/releases/tag/4.26.0-beta.3) - * [iOS 4.26.0-beta.2](https://github.com/RevenueCat/purchases-ios/releases/tag/4.26.0-beta.2) - * [iOS 4.26.0-beta.1](https://github.com/RevenueCat/purchases-ios/releases/tag/4.26.0-beta.1) -* Bump danger from 9.3.1 to 9.3.2 (#737) via dependabot[bot] (@dependabot[bot]) -* Bump fastlane from 2.215.1 to 2.216.0 (#736) via dependabot[bot] (@dependabot[bot]) -* Bump fastlane from 2.214.0 to 2.215.1 (#734) via dependabot[bot] (@dependabot[bot]) +* Bump PHC 6.3.1 (#892) via Toni Rico (@tonidero) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50413f29..7119eca7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 6.7.1 +### Dependency Updates +* Bump PHC 6.3.1 (#892) via Toni Rico (@tonidero) + ## 6.7.0 ### Dependency Updates * [AUTOMATIC BUMP] Updates purchases-hybrid-common to 6.3.0 (#743) via RevenueCat Git Bot (@RCGitBot) diff --git a/android/build.gradle b/android/build.gradle index 7536ff97..8101f784 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -29,7 +29,7 @@ android { minSdkVersion getExtOrIntegerDefault('minSdkVersion') targetSdkVersion getExtOrIntegerDefault('targetSdkVersion') versionCode 1 - versionName '6.7.0' + versionName '6.7.1' } buildTypes { diff --git a/android/src/main/java/com/revenuecat/purchases/react/RNPurchasesModule.java b/android/src/main/java/com/revenuecat/purchases/react/RNPurchasesModule.java index a6e8c31a..c9bebea9 100644 --- a/android/src/main/java/com/revenuecat/purchases/react/RNPurchasesModule.java +++ b/android/src/main/java/com/revenuecat/purchases/react/RNPurchasesModule.java @@ -45,7 +45,7 @@ public class RNPurchasesModule extends ReactContextBaseJavaModule implements Upd private static final String CUSTOMER_INFO_UPDATED = "Purchases-CustomerInfoUpdated"; private static final String LOG_HANDLER_EVENT = "Purchases-LogHandlerEvent"; public static final String PLATFORM_NAME = "react-native"; - public static final String PLUGIN_VERSION = "6.7.0"; + public static final String PLUGIN_VERSION = "6.7.1"; private final ReactApplicationContext reactContext; diff --git a/ios/RNPurchases.m b/ios/RNPurchases.m index b88e0508..ecdfb7c8 100644 --- a/ios/RNPurchases.m +++ b/ios/RNPurchases.m @@ -443,7 +443,7 @@ - (NSString *)platformFlavor { } - (NSString *)platformFlavorVersion { - return @"6.7.0"; + return @"6.7.1"; } @end diff --git a/package.json b/package.json index 5e01a75d..f600aa62 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-native-purchases", "title": "React Native Purchases", - "version": "6.7.0", + "version": "6.7.1", "description": "React Native in-app purchases and subscriptions made easy. Supports iOS and Android. ", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/scripts/docs/index.html b/scripts/docs/index.html index 213656ae..c54f05e8 100644 --- a/scripts/docs/index.html +++ b/scripts/docs/index.html @@ -2,7 +2,7 @@ - +