Skip to content

Commit

Permalink
Preparing for version 4.2.0 (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
beylmk authored Jun 16, 2021
1 parent e5d3cc1 commit dba9e83
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 4.2.0

- Add canMakePayments method (https://github.com/RevenueCat/react-native-purchases/pull/244)
- Add PR template (https://github.com/RevenueCat/react-native-purchases/pull/263)

## 4.1.4

- Bumped purchases-hybrid-common to 1.7.1 in Android [Changelog here](https://github.com/RevenueCat/purchases-hybrid-common/releases/1.7.1)
Expand Down
1 change: 1 addition & 0 deletions VERSIONS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
| Version | iOS version | Android version | Common files version |
|---------|-------------|-----------------|----------------------|
| 4.2.0 | 3.11.1 | 4.2.1 | 1.7.1 |
| 4.1.4 | 3.11.1 | 4.2.1 | 1.7.1 |
| 4.1.3 | 3.11.1 | 4.2.1 | 1.7.1 (Android 1.7.0)|
| 4.1.2 | 3.11.1 | 4.0.5 | 1.6.3 |
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 '4.1.4'
versionName '4.2.0'
}

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

- (NSString *)platformFlavorVersion {
return @"4.1.4";
return @"4.2.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": "4.1.4",
"version": "4.2.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

0 comments on commit dba9e83

Please sign in to comment.