Skip to content

Commit

Permalink
Bump to version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lhoyong committed Jan 31, 2022
1 parent 2bd2caf commit e1095ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swiper/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ afterEvaluate {
create<MavenPublication>("release") {
groupId = "io.github.lhoyong"
artifactId = "swiper"
version = "1.0.1"
version = "1.0.2"

if (project.plugins.hasPlugin("com.android.library")) {
from(components.getByName("release"))
Expand Down

0 comments on commit e1095ad

Please sign in to comment.