Skip to content

Commit

Permalink
Bump to 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
1552980358 committed Sep 5, 2022
1 parent b1fd3ec commit 1e951a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = "projekt.cloud.piece"
version = "2.3.1"
version = "2.3.2"

repositories {
mavenCentral()
Expand All @@ -29,7 +29,7 @@ publishing {
create<MavenPublication>("maven") {
groupId = "projekt.cloud.piece"
artifactId = "c2pinyin"
version = "2.3.1"
version = "2.3.2"

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

0 comments on commit 1e951a2

Please sign in to comment.