Skip to content

Commit

Permalink
Version 3.0.7 (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
vegaro authored Mar 4, 2020
1 parent e27c354 commit 20de314
Show file tree
Hide file tree
Showing 4 changed files with 7 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.0.7

- Fixes NoSuchElementException #115

## 3.0.6

- Added new method to invalidate the purchaser info cache, useful when promotional purchases are granted from outside the app. #109
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=3.1.0-SNAPSHOT
VERSION_NAME=3.0.7

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 @@ -10,7 +10,7 @@ android {
minSdkVersion 14
targetSdkVersion 28
versionCode 1
versionName "3.1.0-SNAPSHOT"
versionName "3.0.7"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles 'consumer-proguard-rules.pro'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1087,7 +1087,7 @@ class Purchases @VisibleForTesting(otherwise = VisibleForTesting.PRIVATE) intern
* Current version of the Purchases SDK
*/
@JvmStatic
val frameworkVersion = "3.1.0-SNAPSHOT"
val frameworkVersion = "3.0.7"

/**
* Configures an instance of the Purchases SDK with a specified API key. The instance will
Expand Down

0 comments on commit 20de314

Please sign in to comment.