From 52087ad94d180a75e9b9f3cea30ea6437008ad09 Mon Sep 17 00:00:00 2001 From: Cesar de la Vega Date: Wed, 17 Apr 2019 13:08:43 -0700 Subject: [PATCH] Prepare for release 2.1.1 --- CHANGELOG.md | 4 ++++ RELEASING.md | 4 ++-- gradle.properties | 2 +- purchases/build.gradle | 2 +- .../src/main/kotlin/com/revenuecat/purchases/Purchases.kt | 2 +- 5 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f9cf617ff..69705fc4b2 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.1.1 + +- Adds setFinishTransactions. Set this to false if you are finishing transactions outside of the Purchases SDK + ## 2.1.0 - Adds userCancelled as a parameter to the completion block of the makePurchase function diff --git a/RELEASING.md b/RELEASING.md index f19f37d602..8564c5f41e 100755 --- a/RELEASING.md +++ b/RELEASING.md @@ -2,8 +2,8 @@ Releasing ========= 1. Change the version in `gradle.properties` to a non-SNAPSHOT version. - 1. Change the version number in Purchases.kt - 1. Change the versionName in purchases/build.gradle. + 1. Change the version number in `Purchases.kt` + 1. Change the versionName in `purchases/build.gradle`. 1. Update the `CHANGELOG.md` for the impending release. 1. `git commit -am "Prepare for release X.Y.Z."` (where X.Y.Z is the new version) 1. `git tag -a X.Y.Z -m "Version X.Y.Z"` (where X.Y.Z is the new version) diff --git a/gradle.properties b/gradle.properties index 9fbde313c7..bbc82122ba 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ GROUP=com.revenuecat.purchases -VERSION_NAME=2.2.0-SNAPSHOT +VERSION_NAME=2.1.1 POM_DESCRIPTION=Mobile subscriptions in hours, not months. POM_URL=https://github.com/RevenueCat/purchases-android diff --git a/purchases/build.gradle b/purchases/build.gradle index d9f4e27347..92809ab846 100644 --- a/purchases/build.gradle +++ b/purchases/build.gradle @@ -8,7 +8,7 @@ android { minSdkVersion 14 targetSdkVersion 28 versionCode 1 - versionName "2.2.0-SNAPSHOT" + versionName "2.1.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } diff --git a/purchases/src/main/kotlin/com/revenuecat/purchases/Purchases.kt b/purchases/src/main/kotlin/com/revenuecat/purchases/Purchases.kt index 7378002e70..2883946954 100644 --- a/purchases/src/main/kotlin/com/revenuecat/purchases/Purchases.kt +++ b/purchases/src/main/kotlin/com/revenuecat/purchases/Purchases.kt @@ -752,7 +752,7 @@ class Purchases @VisibleForTesting(otherwise = VisibleForTesting.PRIVATE) intern * Current version of the Purchases SDK */ @JvmStatic - val frameworkVersion = "2.2.0-SNAPSHOT" + val frameworkVersion = "2.1.1" /** * Configures an instance of the Purchases SDK with a specified API key. The instance will