Skip to content

Commit

Permalink
prepares release (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
vegaro authored Jun 22, 2020
1 parent ef2b786 commit 77a4ba7
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.3.1

- Renames setProxyURLString with setProxyURL

## 3.3.0

- Bumped iOS to 3.4.0 [Changelog here](https://github.com/RevenueCat/purchases-ios/releases)
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 |
|---------|-------------|-----------------|----------------------|
| 3.3.1 | 3.4.0 | 3.2.0 | 1.2.0 |
| 3.3.0 | 3.4.0 | 3.2.0 | 1.2.0 |
| 3.2.0 | 3.2.1 | 3.1.0 | 1.0.10 |
| 3.1.0 | 3.2.1 | 3.1.0 | 1.0.9 |
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ android {
minSdkVersion safeExtGet('minSdkVersion', 16)
targetSdkVersion safeExtGet('targetSdkVersion', 26)
versionCode 1
versionName '3.3.0'
versionName '3.3.1'
}
}

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

- (NSString *)platformFlavorVersion {
return @"3.3.0";
return @"3.3.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": "3.3.0",
"version": "3.3.1",
"description": "React Native in-app purchases and subscriptions made easy.",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 77a4ba7

Please sign in to comment.