Skip to content

Commit 7847771

Browse files
author
RevenueCat CI
committed
Version bump for 7.5.1
1 parent 6c16d04 commit 7847771

File tree

8 files changed

+17
-12
lines changed

8 files changed

+17
-12
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.5.0
1+
7.5.1

CHANGELOG.latest.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
### 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)

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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+
18
## 7.5.0
29
### Dependency Updates
310
* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 8.1.0 (#800) via RevenueCat Git Bot (@RCGitBot)

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ android {
2929
minSdkVersion getExtOrIntegerDefault('minSdkVersion')
3030
targetSdkVersion getExtOrIntegerDefault('targetSdkVersion')
3131
versionCode 1
32-
versionName '7.5.0'
32+
versionName '7.5.1'
3333
}
3434

3535
buildTypes {

android/src/main/java/com/revenuecat/purchases/react/RNPurchasesModule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public class RNPurchasesModule extends ReactContextBaseJavaModule implements Upd
4545
private static final String CUSTOMER_INFO_UPDATED = "Purchases-CustomerInfoUpdated";
4646
private static final String LOG_HANDLER_EVENT = "Purchases-LogHandlerEvent";
4747
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";
4949

5050
private final ReactApplicationContext reactContext;
5151

ios/RNPurchases.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ - (NSString *)platformFlavor {
472472
}
473473

474474
- (NSString *)platformFlavorVersion {
475-
return @"7.5.0";
475+
return @"7.5.1";
476476
}
477477

478478
@end

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-native-purchases",
33
"title": "React Native Purchases",
4-
"version": "7.5.0",
4+
"version": "7.5.1",
55
"description": "React Native in-app purchases and subscriptions made easy. Supports iOS and Android. ",
66
"main": "dist/index.js",
77
"types": "dist/index.d.ts",

scripts/docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!DOCTYPE html>
33
<html>
44
<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/" />
66
</head>
77
<body>
88
</body>

0 commit comments

Comments
 (0)