Skip to content

Commit

Permalink
bumped version number and added changelog (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
aboedo authored Feb 10, 2021
1 parent 3f00354 commit b1a67b1
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 4.0.1

- Update npm description for better discoverability
https://github.com/RevenueCat/react-native-purchases/pull/207

## 4.0.0

- removes deprecated `makePurchase`, replaced by `purchaseProduct`
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.0.1 | 3.9.2 | 4.0.1 | 1.5.0 |
| 4.0.0 | 3.9.2 | 4.0.1 | 1.5.0 |
| 3.4.3 | 3.7.5 | 3.5.2 | 1.4.5 |
| 3.4.2 | 3.7.2 | 3.5.2 | 1.4.4 |
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ android {
minSdkVersion 16
targetSdkVersion getExtOrIntegerDefault('targetSdkVersion')
versionCode 1
versionName '4.0.0'
versionName '4.0.1'
}

buildTypes {
Expand Down
2 changes: 1 addition & 1 deletion example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ PODS:
- ReactCommon/callinvoker (= 0.62.2)
- RNGestureHandler (1.4.0):
- React
- RNPurchases (4.0.0):
- RNPurchases (4.0.1):
- PurchasesHybridCommon (= 1.5.0)
- React-Core
- RNScreens (1.0.0-alpha.23):
Expand Down
2 changes: 1 addition & 1 deletion ios/RNPurchases.m
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ - (NSString *)platformFlavor {
}

- (NSString *)platformFlavorVersion {
return @"4.0.0";
return @"4.0.1";
}

@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.0.0",
"version": "4.0.1",
"description": "React Native in-app purchases and subscriptions made easy. Supports iOS and Android. ",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit b1a67b1

Please sign in to comment.