Skip to content
This repository was archived by the owner on Oct 30, 2025. It is now read-only.

Commit cc2ea9f

Browse files
committed
chore: Release v0.6
1 parent 0564ab6 commit cc2ea9f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ In your app-level `build.gradle` file:
2121
Groovy:
2222
```groovy
2323
plugins {
24-
id 'com.google.secrets_gradle_plugin' version '0.5'
24+
id 'com.google.secrets_gradle_plugin' version '0.6'
2525
}
2626
```
2727

2828
Kotlin:
2929
```groovy
3030
plugins {
31-
id("com.google.secrets_gradle_plugin") version "0.5"
31+
id("com.google.secrets_gradle_plugin") version "0.6"
3232
}
3333
```
3434

plugin/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@ object PluginInfo {
7272
const val group = "com.google"
7373
const val artifactId = "secrets_gradle_plugin"
7474
const val name = "secretsGradlePlugin"
75-
const val version = "0.5"
75+
const val version = "0.6"
7676
const val implementationClass = "com.google.secrets_gradle_plugin.SecretsPlugin"
77-
}
77+
}

sample-app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ plugins {
1717
id("kotlin-android")
1818

1919
// 1. Include the plugin
20-
id("com.google.secrets_gradle_plugin") version "0.5"
20+
id("com.google.secrets_gradle_plugin") version "0.6"
2121
}
2222

2323
android {

0 commit comments

Comments
 (0)