diff --git a/.version b/.version index d3428db4..0ee843cc 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -7.2.0-SNAPSHOT +7.2.0 diff --git a/CHANGELOG.latest.md b/CHANGELOG.latest.md index 9a2c0845..8b3deb4d 100644 --- a/CHANGELOG.latest.md +++ b/CHANGELOG.latest.md @@ -1,6 +1,9 @@ ### Dependency Updates -* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 7.1.0 (#752) via RevenueCat Git Bot (@RCGitBot) - * [Android 7.0.1](https://github.com/RevenueCat/purchases-android/releases/tag/7.0.1) - * [iOS 4.28.0](https://github.com/RevenueCat/purchases-ios/releases/tag/4.28.0) - * [iOS 4.27.2](https://github.com/RevenueCat/purchases-ios/releases/tag/4.27.2) - * [iOS 4.27.1](https://github.com/RevenueCat/purchases-ios/releases/tag/4.27.1) +* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 7.2.0 (#760) via RevenueCat Git Bot (@RCGitBot) + * [iOS 4.29.0](https://github.com/RevenueCat/purchases-ios/releases/tag/4.29.0) + * [iOS 4.28.1](https://github.com/RevenueCat/purchases-ios/releases/tag/4.28.1) +* Bump cocoapods from 1.14.0 to 1.14.2 (#759) via dependabot[bot] (@dependabot[bot]) +* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 7.1.1 (#758) via RevenueCat Git Bot (@RCGitBot) + * [iOS 4.29.0](https://github.com/RevenueCat/purchases-ios/releases/tag/4.29.0) + * [iOS 4.28.1](https://github.com/RevenueCat/purchases-ios/releases/tag/4.28.1) +* Bump cocoapods from 1.13.0 to 1.14.0 (#756) via dependabot[bot] (@dependabot[bot]) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3287f578..599fde6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## 7.2.0 +### Dependency Updates +* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 7.2.0 (#760) via RevenueCat Git Bot (@RCGitBot) + * [iOS 4.29.0](https://github.com/RevenueCat/purchases-ios/releases/tag/4.29.0) + * [iOS 4.28.1](https://github.com/RevenueCat/purchases-ios/releases/tag/4.28.1) +* Bump cocoapods from 1.14.0 to 1.14.2 (#759) via dependabot[bot] (@dependabot[bot]) +* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 7.1.1 (#758) via RevenueCat Git Bot (@RCGitBot) + * [iOS 4.29.0](https://github.com/RevenueCat/purchases-ios/releases/tag/4.29.0) + * [iOS 4.28.1](https://github.com/RevenueCat/purchases-ios/releases/tag/4.28.1) +* Bump cocoapods from 1.13.0 to 1.14.0 (#756) via dependabot[bot] (@dependabot[bot]) + ## 7.1.0 ### Dependency Updates * [AUTOMATIC BUMP] Updates purchases-hybrid-common to 7.1.0 (#752) via RevenueCat Git Bot (@RCGitBot) diff --git a/android/build.gradle b/android/build.gradle index c2cd3f0a..9963c358 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -29,7 +29,7 @@ android { minSdkVersion getExtOrIntegerDefault('minSdkVersion') targetSdkVersion getExtOrIntegerDefault('targetSdkVersion') versionCode 1 - versionName '7.2.0-SNAPSHOT' + versionName '7.2.0' } 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 6a42ad16..29e4fa02 100644 --- a/android/src/main/java/com/revenuecat/purchases/react/RNPurchasesModule.java +++ b/android/src/main/java/com/revenuecat/purchases/react/RNPurchasesModule.java @@ -46,7 +46,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 = "7.2.0-SNAPSHOT"; + public static final String PLUGIN_VERSION = "7.2.0"; private final ReactApplicationContext reactContext; diff --git a/ios/RNPurchases.m b/ios/RNPurchases.m index d2013e90..d5e3e5da 100644 --- a/ios/RNPurchases.m +++ b/ios/RNPurchases.m @@ -470,7 +470,7 @@ - (NSString *)platformFlavor { } - (NSString *)platformFlavorVersion { - return @"7.2.0-SNAPSHOT"; + return @"7.2.0"; } @end diff --git a/package.json b/package.json index 8a6a3c20..6b54903d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-native-purchases", "title": "React Native Purchases", - "version": "7.2.0-SNAPSHOT", + "version": "7.2.0", "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 dc1647c9..4acb7d04 100644 --- a/scripts/docs/index.html +++ b/scripts/docs/index.html @@ -2,7 +2,7 @@
- +