Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.0...v1.1.0) (2021-06-11)

### Features

* Replace artifact ID with hyphens. ([#21](#21)) ([f5ee607](f5ee607))
  • Loading branch information
semantic-release-bot committed Jun 11, 2021
1 parent a3f2ba8 commit 92421a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ In your app-level `build.gradle` file:
Groovy:
```groovy
plugins {
id 'com.google.android.secrets-gradle-plugin' version '1.0.0'
id 'com.google.android.secrets-gradle-plugin' version '1.1.0'
}
```

Kotlin:
```groovy
plugins {
id("com.google.android.secrets-gradle-plugin") version "1.0.0"
id("com.google.android.secrets-gradle-plugin") version "1.1.0"
}
```

Expand Down
2 changes: 1 addition & 1 deletion secrets-gradle-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@ object PluginInfo {
const val group = "com.google.android"
const val artifactId = "secrets-gradle-plugin"
const val name = "secretsGradlePlugin"
const val version = "1.0.0"
const val version = "1.1.0"
const val implementationClass = "com.google.android.secrets_gradle_plugin.SecretsPlugin"
}

0 comments on commit 92421a9

Please sign in to comment.