Skip to content

Commit

Permalink
preparing release (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
vegaro authored Jun 9, 2021
1 parent 738d526 commit e88be47
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 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)

## 4.1.3

- Bumped purchases-hybrid-common to 1.7.1 [Changelog here](https://github.com/RevenueCat/purchases-hybrid-common/releases/1.7.1)
Expand Down
3 changes: 2 additions & 1 deletion VERSIONS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
| Version | iOS version | Android version | Common files version |
|---------|-------------|-----------------|----------------------|
| 4.1.3 | 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 |
| 4.1.1 | 3.10.7 | 4.0.5 | 1.6.2 |
| 4.1.0 | 3.10.6 | 4.0.4 | 1.6.1 |
Expand Down
4 changes: 2 additions & 2 deletions 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.3'
versionName '4.1.4'
}

buildTypes {
Expand Down Expand Up @@ -122,6 +122,6 @@ def kotlin_version = getExtOrDefault('kotlinVersion')
dependencies {
//noinspection GradleDynamicVersion
api 'com.facebook.react:react-native:+'
implementation 'com.revenuecat.purchases:purchases-hybrid-common:1.7.0'
implementation 'com.revenuecat.purchases:purchases-hybrid-common:1.7.1'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
}
4 changes: 2 additions & 2 deletions examples/purchaseTester/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ PODS:
- React-perflogger (= 0.64.2)
- RNGestureHandler (1.10.3):
- React-Core
- RNPurchases (4.1.3):
- RNPurchases (4.1.4):
- PurchasesHybridCommon (= 1.7.1)
- React-Core
- RNScreens (2.18.1):
Expand Down Expand Up @@ -511,7 +511,7 @@ SPEC CHECKSUMS:
React-runtimeexecutor: a9904c6d0218fb9f8b19d6dd88607225927668f9
ReactCommon: 149906e01aa51142707a10665185db879898e966
RNGestureHandler: a479ebd5ed4221a810967000735517df0d2db211
RNPurchases: 872ab12151c30dbf8e9f691cca883e9166f716d0
RNPurchases: 5501ff63ca93a3ec6869a1b7fbde8ca40c29011e
RNScreens: f7ad633b2e0190b77b6a7aab7f914fad6f198d8d
Yoga: 575c581c63e0d35c9a83f4b46d01d63abc1100ac
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a
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.1.3";
return @"4.1.4";
}

@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.3",
"version": "4.1.4",
"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 e88be47

Please sign in to comment.