Skip to content

Commit

Permalink
Version bump 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
arriolac committed Jan 27, 2021
1 parent bb9e772 commit d85a3b6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ In your app-level `build.gradle` file:
Groovy:
```groovy
plugins {
id 'com.google.secrets_gradle_plugin' version '0.1'
id 'com.google.secrets_gradle_plugin' version '0.2'
}
```

Kotlin:
```groovy
plugins {
id("com.google.secrets_gradle_plugin") version "0.1"
id("com.google.secrets_gradle_plugin") version "0.2"
}
```

Expand Down
2 changes: 1 addition & 1 deletion 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"
const val artifactId = "secrets_gradle_plugin"
const val name = "secretsGradlePlugin"
const val version = "0.1"
const val version = "0.2"
const val implementationClass = "com.google.secrets_gradle_plugin.SecretsPlugin"
}
2 changes: 1 addition & 1 deletion sample-app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ plugins {
id("kotlin-android")

// 1. Include the plugin
id("com.google.secrets_gradle_plugin") version "0.1"
id("com.google.secrets_gradle_plugin") version "0.2"
}

android {
Expand Down

0 comments on commit d85a3b6

Please sign in to comment.