Skip to content

Commit

Permalink
Bump versions again as I messed up the release
Browse files Browse the repository at this point in the history
  • Loading branch information
liutikas committed Dec 22, 2023
1 parent 36a0166 commit 7b56280
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions gcpbuildcache/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ In your `settings.gradle.kts` file add the following

```kotlin
plugins {
id("androidx.build.gradle.gcpbuildcache") version "1.0.0-beta06"
id("androidx.build.gradle.gcpbuildcache") version "1.0.0-beta07"
}

import androidx.build.gradle.gcpbuildcache.GcpBuildCache
Expand Down Expand Up @@ -36,7 +36,7 @@ If you are using Groovy, then you should do the following:

```groovy
plugins {
id("androidx.build.gradle.gcpbuildcache") version "1.0.0-beta06"
id("androidx.build.gradle.gcpbuildcache") version "1.0.0-beta07"
}
import androidx.build.gradle.gcpbuildcache.GcpBuildCache
Expand Down
2 changes: 1 addition & 1 deletion gcpbuildcache/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ gradlePlugin {
}

group = "androidx.build.gradle.gcpbuildcache"
version = "1.0.0-beta06"
version = "1.0.0-beta07"

testing {
suites {
Expand Down
4 changes: 2 additions & 2 deletions s3buildcache/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ In your `settings.gradle(.kts)` file add the following

```kotlin
plugins {
id("androidx.build.gradle.s3buildcache") version "1.0.0-alpha03"
id("androidx.build.gradle.s3buildcache") version "1.0.0-alpha04"
}

import androidx.build.gradle.s3buildcache.S3BuildCache
Expand Down Expand Up @@ -36,7 +36,7 @@ If you are using Groovy, then you should do the following:

```groovy
plugins {
id("androidx.build.gradle.s3buildcache") version "1.0.0-alpha03"
id("androidx.build.gradle.s3buildcache") version "1.0.0-alpha04"
}
import androidx.build.gradle.s3buildcache.ExportedS3Credentials
Expand Down
2 changes: 1 addition & 1 deletion s3buildcache/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ gradlePlugin {
}

group = "androidx.build.gradle.s3buildcache"
version = "1.0.0-alpha03"
version = "1.0.0-alpha04"

testing {
suites {
Expand Down

0 comments on commit 7b56280

Please sign in to comment.