react-native-purchases 9.10.3 → 9.10.4

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.
@@ -29,7 +29,7 @@ android {
29
29
  minSdkVersion getExtOrIntegerDefault('minSdkVersion')
30
30
  targetSdkVersion getExtOrIntegerDefault('targetSdkVersion')
31
31
  versionCode 1
32
- versionName '9.10.3'
32
+ versionName '9.10.4'
33
33
  }
34
34
 
35
35
  buildTypes {
@@ -51,7 +51,7 @@ public class RNPurchasesModule extends ReactContextBaseJavaModule implements Upd
51
51
  private static final String TRACKED_EVENT = "Purchases-TrackedEvent";
52
52
  private static final String DEBUG_EVENT = "Purchases-DebugEvent";
53
53
  public static final String PLATFORM_NAME = "react-native";
54
- public static final String PLUGIN_VERSION = "9.10.3";
54
+ public static final String PLUGIN_VERSION = "9.10.4";
55
55
 
56
56
  private final ReactApplicationContext reactContext;
57
57
 
package/ios/RNPurchases.m CHANGED
@@ -681,7 +681,7 @@ readyForPromotedProduct:(RCStoreProduct *)product
681
681
  }
682
682
 
683
683
  - (NSString *)platformFlavorVersion {
684
- return @"9.10.3";
684
+ return @"9.10.4";
685
685
  }
686
686
 
687
687
  @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": "9.10.3",
4
+ "version": "9.10.4",
5
5
  "description": "React Native in-app purchases and subscriptions made easy. Supports iOS and Android. ",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",