Skip to content

Commit

Permalink
increase version
Browse files Browse the repository at this point in the history
  • Loading branch information
DatL4g committed Nov 25, 2023
1 parent ecb9e0f commit 9a44b6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,6 @@ class SekretGradlePlugin : Plugin<Project> {
}

companion object {
private const val VERSION = "0.1.1"
private const val VERSION = "0.2.0"
}
}
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
lib = "0.1.1"
lib = "0.2.0"
android = "8.1.2"
auto-service = "1.1.1"
kotlin = "1.9.20"
Expand Down

0 comments on commit 9a44b6d

Please sign in to comment.