File tree Expand file tree Collapse file tree 8 files changed +17
-12
lines changed
src/main/java/com/revenuecat/purchases/react Expand file tree Collapse file tree 8 files changed +17
-12
lines changed Original file line number Diff line number Diff line change 1
- 7.5.0
1
+ 7.5.1
Original file line number Diff line number Diff line change 1
1
### Dependency Updates
2
- * [ AUTOMATIC BUMP] Updates purchases-hybrid-common to 8.1.0 (#800 ) via RevenueCat Git Bot (@RCGitBot )
3
- * [ Android 7.2.6] ( https://github.com/RevenueCat/purchases-android/releases/tag/7.2.6 )
4
- * [ Android 7.2.5] ( https://github.com/RevenueCat/purchases-android/releases/tag/7.2.5 )
5
- * [ iOS 4.31.1] ( https://github.com/RevenueCat/purchases-ios/releases/tag/4.31.1 )
6
- * [ iOS 4.31.0] ( https://github.com/RevenueCat/purchases-ios/releases/tag/4.31.0 )
7
- * Bump cocoapods from 1.14.2 to 1.14.3 (#788 ) via dependabot[ bot] (@dependabot [ bot] )
2
+ * Bump danger from 9.4.0 to 9.4.1 (#798 ) via dependabot[ bot] (@dependabot [ bot] )
3
+ * [ AUTOMATIC BUMP] Updates purchases-hybrid-common to 8.1.1 (#802 ) via RevenueCat Git Bot (@RCGitBot )
4
+ * [ Android 7.2.7] ( https://github.com/RevenueCat/purchases-android/releases/tag/7.2.7 )
5
+ * [ iOS 4.31.2] ( https://github.com/RevenueCat/purchases-ios/releases/tag/4.31.2 )
Original file line number Diff line number Diff line change
1
+ ## 7.5.1
2
+ ### Dependency Updates
3
+ * Bump danger from 9.4.0 to 9.4.1 (#798 ) via dependabot[ bot] (@dependabot [ bot] )
4
+ * [ AUTOMATIC BUMP] Updates purchases-hybrid-common to 8.1.1 (#802 ) via RevenueCat Git Bot (@RCGitBot )
5
+ * [ Android 7.2.7] ( https://github.com/RevenueCat/purchases-android/releases/tag/7.2.7 )
6
+ * [ iOS 4.31.2] ( https://github.com/RevenueCat/purchases-ios/releases/tag/4.31.2 )
7
+
1
8
## 7.5.0
2
9
### Dependency Updates
3
10
* [ AUTOMATIC BUMP] Updates purchases-hybrid-common to 8.1.0 (#800 ) via RevenueCat Git Bot (@RCGitBot )
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ android {
29
29
minSdkVersion getExtOrIntegerDefault(' minSdkVersion' )
30
30
targetSdkVersion getExtOrIntegerDefault(' targetSdkVersion' )
31
31
versionCode 1
32
- versionName ' 7.5.0 '
32
+ versionName ' 7.5.1 '
33
33
}
34
34
35
35
buildTypes {
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ public class RNPurchasesModule extends ReactContextBaseJavaModule implements Upd
45
45
private static final String CUSTOMER_INFO_UPDATED = "Purchases-CustomerInfoUpdated" ;
46
46
private static final String LOG_HANDLER_EVENT = "Purchases-LogHandlerEvent" ;
47
47
public static final String PLATFORM_NAME = "react-native" ;
48
- public static final String PLUGIN_VERSION = "7.5.0 " ;
48
+ public static final String PLUGIN_VERSION = "7.5.1 " ;
49
49
50
50
private final ReactApplicationContext reactContext ;
51
51
Original file line number Diff line number Diff line change @@ -472,7 +472,7 @@ - (NSString *)platformFlavor {
472
472
}
473
473
474
474
- (NSString *)platformFlavorVersion {
475
- return @" 7.5.0 " ;
475
+ return @" 7.5.1 " ;
476
476
}
477
477
478
478
@end
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-purchases" ,
3
3
"title" : " React Native Purchases" ,
4
- "version" : " 7.5.0 " ,
4
+ "version" : " 7.5.1 " ,
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" ,
Original file line number Diff line number Diff line change 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/7.5.0 / " />
5
+ < meta http-equiv ="refresh " content ="0; url=https://revenuecat.github.io/react-native-purchases-docs/7.5.1 / " />
6
6
</ head >
7
7
< body >
8
8
</ body >
You can’t perform that action at this time.
0 commit comments