Skip to content

Commit

Permalink
Prepare next version: 6.8.0-SNAPSHOT (#1139)
Browse files Browse the repository at this point in the history
Co-authored-by: revenuecat-ops <ops@revenuecat.com>
  • Loading branch information
RCGitBot and revenuecat-ops authored Jul 18, 2023
1 parent 8bcda68 commit 32ee171
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ jobs:
command: sudo pip install awscli
- run:
name: Deploy to S3
command: aws s3 sync ~/project/docs/6.7.0 s3://purchases-docs/android/6.7.0 --delete
command: aws s3 sync ~/project/docs/6.8.0-SNAPSHOT s3://purchases-docs/android/6.8.0-SNAPSHOT --delete
- run:
name: Update index.html
command: aws s3 cp ~/project/docs/index.html s3://purchases-docs/android/index.html
Expand Down
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.7.0
6.8.0-SNAPSHOT
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content="0; url=https://sdk.revenuecat.com/android/6.7.0/index.html" />
<meta http-equiv="refresh" content="0; url=https://sdk.revenuecat.com/android/6.8.0-SNAPSHOT/index.html" />
</head>
<body>
</body>
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#Fri Mar 31 10:31:20 PDT 2023
GROUP=com.revenuecat.purchases

VERSION_NAME=6.7.0
VERSION_NAME=6.8.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 library.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ android {
minSdkVersion minVersion
targetSdkVersion compileVersion
versionCode 1
versionName "6.7.0"
versionName "6.8.0-SNAPSHOT"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ import com.revenuecat.purchases.api.BuildConfig
internal object Config {
var logLevel = LogLevel.debugLogsEnabled(BuildConfig.DEBUG)

const val frameworkVersion = "6.7.0"
const val frameworkVersion = "6.8.0-SNAPSHOT"
}

0 comments on commit 32ee171

Please sign in to comment.