Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
DatL4g committed Jan 21, 2024
1 parent 08034e3 commit efa02b8
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 @@ -57,7 +57,7 @@ open class SekretPlugin : Plugin<Project> {
}

companion object {
private const val VERSION = "1.0.0"
private const val VERSION = "1.0.1"

internal fun getVersion(): String {
return runCatching {
Expand Down
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 = "1.0.0"
lib = "1.0.1"
android = "8.1.2"
auto-service = "1.1.1"
kotlin = "1.9.22"
Expand Down

0 comments on commit efa02b8

Please sign in to comment.