Skip to content

Commit

Permalink
Prepare next version: 6.3.0-SNAPSHOT (#673)
Browse files Browse the repository at this point in the history
Co-authored-by: RevenueCat CI <[email protected]>
  • Loading branch information
RCGitBot and RevenueCat CI authored Jun 26, 2023
1 parent e7ee4a6 commit fd8f869
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.2.1
6.3.0-SNAPSHOT
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.2.1'
versionName '6.3.0-SNAPSHOT'
}

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.2.1";
public static final String PLUGIN_VERSION = "6.3.0-SNAPSHOT";

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.2.1";
return @"6.3.0-SNAPSHOT";
}

@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.2.1",
"version": "6.3.0-SNAPSHOT",
"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.2.1/" />
<meta http-equiv="refresh" content="0; url=https://revenuecat.github.io/react-native-purchases-docs/6.3.0-SNAPSHOT/" />
</head>
<body>
</body>
Expand Down

0 comments on commit fd8f869

Please sign in to comment.