Skip to content

Commit

Permalink
update ver 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
moclam1905 committed Jan 16, 2025
1 parent 5766211 commit 6355b15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kbloom/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {


group = "com.github.moclam1905"
version = "1.0"
version = "1.1"


android {
Expand Down Expand Up @@ -45,7 +45,7 @@ afterEvaluate {
create<MavenPublication>("release") {
groupId = "com.github.moclam1905"
artifactId = "kbloom"
version = "1.0"
version = "1.1"

from(components["release"])
}
Expand Down

0 comments on commit 6355b15

Please sign in to comment.