react-native-purchases 5.0.1 → 5.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -81,3 +81,7 @@ The `react-native link` command should have added the `libRNPurchases.a` library
81
81
  ## Getting Started
82
82
 
83
83
  Please follow the [Quickstart Guide](https://docs.revenuecat.com/docs/) for more information on how to use the SDK
84
+
85
+ ## SDK Reference
86
+ Our full SDK reference [can be found here](https://revenuecat.github.io/react-native-purchases-docs).
87
+
@@ -29,7 +29,7 @@ android {
29
29
  minSdkVersion getExtOrIntegerDefault('minSdkVersion')
30
30
  targetSdkVersion getExtOrIntegerDefault('targetSdkVersion')
31
31
  versionCode 1
32
- versionName '5.0.1'
32
+ versionName '5.0.2'
33
33
  }
34
34
 
35
35
  buildTypes {
package/ios/RNPurchases.m CHANGED
@@ -354,7 +354,7 @@ readyForPromotedProduct:(RCStoreProduct *)product
354
354
  }
355
355
 
356
356
  - (NSString *)platformFlavorVersion {
357
- return @"5.0.1";
357
+ return @"5.0.2";
358
358
  }
359
359
 
360
360
  @end
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "react-native-purchases",
3
3
  "title": "React Native Purchases",
4
- "version": "5.0.1",
4
+ "version": "5.0.2",
5
5
  "description": "React Native in-app purchases and subscriptions made easy. Supports iOS and Android. ",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
@@ -2,7 +2,7 @@
2
2
  <!DOCTYPE html>
3
3
  <html>
4
4
  <head>
5
- <meta http-equiv="refresh" content="0; url=https://revenuecat.github.io/react-native-purchases-docs/5.0.1/" />
5
+ <meta http-equiv="refresh" content="0; url=https://revenuecat.github.io/react-native-purchases-docs/5.0.2/" />
6
6
  </head>
7
7
  <body>
8
8
  </body>