Skip to content

Commit

Permalink
chore(release): 2.0.2 [skip ci]
Browse files Browse the repository at this point in the history
## [2.0.2](v2.0.1...v2.0.2) (2024-04-29)

### Bug Fixes

* Fixes file leak in Extensions.kt ([a36e713](a36e713)), closes [#82](#82)
  • Loading branch information
semantic-release-bot committed Apr 29, 2024
1 parent a36e713 commit a988fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion secrets-gradle-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -105,5 +105,5 @@ object PluginInfo {
"com.google.android.libraries.mapsplatform.secrets_gradle_plugin.SecretsPlugin"
const val name = "secretsGradlePlugin"
const val url = "https://github.com/google/secrets-gradle-plugin"
const val version = "2.0.1"
const val version = "2.0.2"
}

0 comments on commit a988fe0

Please sign in to comment.