Skip to content

Commit

Permalink
Preparing for version 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vegaro committed Dec 10, 2019
1 parent eac6aac commit 8b2a5be
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.0.1

- Updates Android SDK to 3.0.3 which should fix issues with restores and syncs.

## 3.0.0

- Support for new Offerings system.
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.0.1 | 3.0.0 | 3.0.3 | 1.0.1 |
| 3.0.0 | 3.0.0 | 3.0.2 | 1.0.1 |
| 2.4.1 | 2.6.0 | 2.4.0 | 0.1.4 |
| 2.4.0 | 2.6.0 | 2.4.0 | 0.1.3 |
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ repositories {
dependencies {
//noinspection GradleDynamicVersion
api 'com.facebook.react:react-native:+'
implementation 'com.revenuecat.purchases:purchases:3.0.2'
implementation 'com.revenuecat.purchases:purchases:3.0.3'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
}
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.0.0",
"version": "3.0.1",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 8b2a5be

Please sign in to comment.