Skip to content

Commit

Permalink
Prepare for release 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vegaro committed Nov 14, 2019
1 parent 9d8ff9f commit 7ecdc94
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.1

- Fixes some documentation

## 3.0.0

- Support for new Offerings system, currently invite only. Email [email protected] if interested in access.
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.1

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

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles 'consumer-proguard-rules.pro'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -951,7 +951,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.1"

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

0 comments on commit 7ecdc94

Please sign in to comment.