Skip to content

Commit

Permalink
Prepare for release 1.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
vegaro committed Oct 31, 2018
1 parent 9cddc03 commit cef7126
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.3.8
- Fixes onRestoreTransactions not being called if there are no tokens.

## 1.3.7
- Adds requestDate to the purchaser info to avoid edge cases

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GROUP=com.revenuecat.purchases

VERSION_NAME=1.4.0-SNAPSHOT
VERSION_NAME=1.3.8

POM_DESCRIPTION=Mobile subscriptions in hours, not months.
POM_URL=https://github.com/RevenueCat/purchases-android
Expand Down
2 changes: 1 addition & 1 deletion purchases/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {
minSdkVersion 14
targetSdkVersion 27
versionCode 1
versionName "1.4.0-SNAPSHOT"
versionName "1.3.8"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public interface GetEntitlementsHandler {
}

public static String getFrameworkVersion() {
return "1.4.0-SNAPSHOT";
return "1.3.8";
}

Purchases(Application application,
Expand Down

0 comments on commit cef7126

Please sign in to comment.