diff --git a/gradle.properties b/gradle.properties index 3c529063ef..fe2a95c7dc 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ GROUP=com.revenuecat.purchases -VERSION_NAME=3.2.0 +VERSION_NAME=3.3.0-SNAPSHOT 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 a5ba5337d5..a1edf81e05 100644 --- a/purchases/build.gradle +++ b/purchases/build.gradle @@ -11,7 +11,7 @@ android { minSdkVersion 14 targetSdkVersion 28 versionCode 1 - versionName "3.2.0" + versionName "3.3.0-SNAPSHOT" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" consumerProguardFiles 'consumer-proguard-rules.pro' diff --git a/purchases/src/main/kotlin/com/revenuecat/purchases/Purchases.kt b/purchases/src/main/kotlin/com/revenuecat/purchases/Purchases.kt index 098c3e9b99..514d33abd4 100644 --- a/purchases/src/main/kotlin/com/revenuecat/purchases/Purchases.kt +++ b/purchases/src/main/kotlin/com/revenuecat/purchases/Purchases.kt @@ -1265,7 +1265,7 @@ class Purchases @VisibleForTesting(otherwise = VisibleForTesting.PRIVATE) intern * Current version of the Purchases SDK */ @JvmStatic - val frameworkVersion = "3.2.0" + val frameworkVersion = "3.3.0-SNAPSHOT" /** * Set this property to your proxy URL before configuring Purchases *only*