Skip to content

Commit

Permalink
Bump version to 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
darvelo committed Jul 7, 2023
1 parent 7d404a1 commit 725e771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

ext["PUBLISH_GROUP_ID"] = "com.davidarvelo"
ext["PUBLISH_VERSION"] = "3.2.0"
ext["PUBLISH_VERSION"] = "3.2.1"
ext["PUBLISH_ARTIFACT_ID"] = "fractional-indexing"

apply(from = "${rootDir}/scripts/publish-root.gradle")
Expand Down

0 comments on commit 725e771

Please sign in to comment.