Skip to content

Commit

Permalink
Forgot to change the MavenPublication version.
Browse files Browse the repository at this point in the history
  • Loading branch information
nanihadesuka committed Apr 21, 2024
1 parent d60d578 commit 75b2f77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

val versionCode: Int = 21
val versionName: String = "2.0.0"
val versionName: String = "2.0.1"

android {
namespace = "my.nanihadesuka.lazycolumnscrollbar"
Expand Down Expand Up @@ -67,7 +67,7 @@ afterEvaluate {
from(components.getByName("release"))
groupId = "my.nanihadesuka.lazycolumnscrollbar"
artifactId = "lazycolumnscrollbar"
version = "1.10.0"
version = versionName
}
}
}
Expand Down

0 comments on commit 75b2f77

Please sign in to comment.