Skip to content

Commit

Permalink
bump version number to 3.3.0-SNAPSHOT (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
aboedo authored Jun 9, 2020
1 parent 0ea0fba commit 5dea346
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.2.0
VERSION_NAME=3.3.0-SNAPSHOT

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 @@ -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'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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*
Expand Down

0 comments on commit 5dea346

Please sign in to comment.