Skip to content

Commit

Permalink
preparing for version
Browse files Browse the repository at this point in the history
 1.4.2
  • Loading branch information
vegaro committed Oct 29, 2018
1 parent c386035 commit 0b823b8
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
## 1.4.2
- Adds requestDate to the purchaser info to avoid edge cases
7 changes: 7 additions & 0 deletions RELEASING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
1. Update to the latest SDK versions in package.json and android/build.gradle.
2. Update version in package.json.
3. Add an entry to CHANGELOG.md
4. `git commit -am "Preparing for version x.y.z"`
5. `git tag x.y.z`
6. `git push origin master && git push --tags`
7. Create a new release in github and upload
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ repositories {

dependencies {
provided 'com.facebook.react:react-native:+'
compile 'com.revenuecat.purchases:purchases:1.3.6'
compile 'com.revenuecat.purchases:purchases:1.3.7'
compile 'com.android.billingclient:billing:1.1'
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "react-native-purchases",
"version": "1.4.1",
"version": "1.4.2",
"description": "",
"main": "index.js",
"scripts": {
"fetch:ios:sdk": "./scripts/download-purchases-framework.sh 1.1.3",
"fetch:ios:sdk": "./scripts/download-purchases-framework.sh 1.1.5",
"preinstall": "npm run fetch:ios:sdk",
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand Down

0 comments on commit 0b823b8

Please sign in to comment.