Skip to content

Commit 92421a9

Browse files
chore(release): 1.1.0 [skip ci]
# [1.1.0](v1.0.0...v1.1.0) (2021-06-11) ### Features * Replace artifact ID with hyphens. ([#21](#21)) ([f5ee607](f5ee607))
1 parent a3f2ba8 commit 92421a9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.android.secrets-gradle-plugin' version '1.0.0'
24+
id 'com.google.android.secrets-gradle-plugin' version '1.1.0'
2525
}
2626
```
2727

2828
Kotlin:
2929
```groovy
3030
plugins {
31-
id("com.google.android.secrets-gradle-plugin") version "1.0.0"
31+
id("com.google.android.secrets-gradle-plugin") version "1.1.0"
3232
}
3333
```
3434

secrets-gradle-plugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@ object PluginInfo {
7272
const val group = "com.google.android"
7373
const val artifactId = "secrets-gradle-plugin"
7474
const val name = "secretsGradlePlugin"
75-
const val version = "1.0.0"
75+
const val version = "1.1.0"
7676
const val implementationClass = "com.google.android.secrets_gradle_plugin.SecretsPlugin"
7777
}

0 commit comments

Comments
 (0)