Skip to content

Commit 386ea7a

Browse files
committed
chore: Release v0.6.1
1 parent cc2ea9f commit 386ea7a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+2-2
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.6'
24+
id 'com.google.secrets_gradle_plugin' version '0.6.1'
2525
}
2626
```
2727

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

plugin/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ gradlePlugin {
4444
pluginBundle {
4545
website = "https://github.com/google/secrets-gradle-plugin"
4646
vcsUrl = "https://github.com/google/secrets-gradle-plugin"
47-
description = "A Gradle plugin for providing secrets securely to an Android project."
47+
description = "Deprecated: Replaced by com.google.android.secrets-gradle-plugin"
4848
version = PluginInfo.version
4949

5050
(plugins) {
@@ -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.6"
75+
const val version = "0.6.1"
7676
const val implementationClass = "com.google.secrets_gradle_plugin.SecretsPlugin"
7777
}

0 commit comments

Comments
 (0)