Skip to content

Commit

Permalink
Version bump for 6.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RevenueCat CI committed Jul 25, 2023
1 parent b564150 commit c24aeb4
Show file tree
Hide file tree
Showing 8 changed files with 35 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.4.0-SNAPSHOT
6.4.0
16 changes: 13 additions & 3 deletions CHANGELOG.latest.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
### Bugfixes
* Fix purchaseDiscountedPackage error with missing parameter (#694) via Josh Holtz (@joshdholtz)
### Dependency Updates
* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 5.3.0 (#686) via RevenueCat Git Bot (@RCGitBot)
* [iOS 4.24.1](https://github.com/RevenueCat/purchases-ios/releases/tag/4.24.1)
* [iOS 4.24.0](https://github.com/RevenueCat/purchases-ios/releases/tag/4.24.0)
* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 5.4.1 (#695) via RevenueCat Git Bot (@RCGitBot)
* [Android 6.7.0](https://github.com/RevenueCat/purchases-android/releases/tag/6.7.0)
* [Android 6.6.0](https://github.com/RevenueCat/purchases-android/releases/tag/6.6.0)
* [iOS 4.25.1](https://github.com/RevenueCat/purchases-ios/releases/tag/4.25.1)
* [iOS 4.25.0](https://github.com/RevenueCat/purchases-ios/releases/tag/4.25.0)
* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 5.4.0 (#692) via RevenueCat Git Bot (@RCGitBot)
* [Android 6.7.0](https://github.com/RevenueCat/purchases-android/releases/tag/6.7.0)
* [Android 6.6.0](https://github.com/RevenueCat/purchases-android/releases/tag/6.6.0)
* [iOS 4.25.1](https://github.com/RevenueCat/purchases-ios/releases/tag/4.25.1)
* [iOS 4.25.0](https://github.com/RevenueCat/purchases-ios/releases/tag/4.25.0)
* Bump fastlane from 2.213.0 to 2.214.0 (#691) via dependabot[bot] (@dependabot[bot])
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## 6.4.0
### Bugfixes
* Fix purchaseDiscountedPackage error with missing parameter (#694) via Josh Holtz (@joshdholtz)
### Dependency Updates
* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 5.4.1 (#695) via RevenueCat Git Bot (@RCGitBot)
* [Android 6.7.0](https://github.com/RevenueCat/purchases-android/releases/tag/6.7.0)
* [Android 6.6.0](https://github.com/RevenueCat/purchases-android/releases/tag/6.6.0)
* [iOS 4.25.1](https://github.com/RevenueCat/purchases-ios/releases/tag/4.25.1)
* [iOS 4.25.0](https://github.com/RevenueCat/purchases-ios/releases/tag/4.25.0)
* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 5.4.0 (#692) via RevenueCat Git Bot (@RCGitBot)
* [Android 6.7.0](https://github.com/RevenueCat/purchases-android/releases/tag/6.7.0)
* [Android 6.6.0](https://github.com/RevenueCat/purchases-android/releases/tag/6.6.0)
* [iOS 4.25.1](https://github.com/RevenueCat/purchases-ios/releases/tag/4.25.1)
* [iOS 4.25.0](https://github.com/RevenueCat/purchases-ios/releases/tag/4.25.0)
* Bump fastlane from 2.213.0 to 2.214.0 (#691) via dependabot[bot] (@dependabot[bot])

## 6.3.0
### Dependency Updates
* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 5.3.0 (#686) via RevenueCat Git Bot (@RCGitBot)
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ android {
minSdkVersion getExtOrIntegerDefault('minSdkVersion')
targetSdkVersion getExtOrIntegerDefault('targetSdkVersion')
versionCode 1
versionName '6.4.0-SNAPSHOT'
versionName '6.4.0'
}

buildTypes {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,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 = "6.4.0-SNAPSHOT";
public static final String PLUGIN_VERSION = "6.4.0";

private final ReactApplicationContext reactContext;

Expand Down
2 changes: 1 addition & 1 deletion ios/RNPurchases.m
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ - (NSString *)platformFlavor {
}

- (NSString *)platformFlavorVersion {
return @"6.4.0-SNAPSHOT";
return @"6.4.0";
}

@end
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-native-purchases",
"title": "React Native Purchases",
"version": "6.4.0-SNAPSHOT",
"version": "6.4.0",
"description": "React Native in-app purchases and subscriptions made easy. Supports iOS and Android. ",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion scripts/docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content="0; url=https://revenuecat.github.io/react-native-purchases-docs/6.4.0-SNAPSHOT/" />
<meta http-equiv="refresh" content="0; url=https://revenuecat.github.io/react-native-purchases-docs/6.4.0/" />
</head>
<body>
</body>
Expand Down

0 comments on commit c24aeb4

Please sign in to comment.