Bump version to 3.1.2

This commit is contained in:
2025-10-14 18:47:18 +02:00
parent 54f5074483
commit 60c50f078d

View File

@@ -9,7 +9,7 @@ plugins {
val PUBLISH_GROUP_ID = "com.github.adriankuta" val PUBLISH_GROUP_ID = "com.github.adriankuta"
val PUBLISH_ARTIFACT_ID = "tree-structure" // base artifact; KMP will add -jvm, -ios*, etc. val PUBLISH_ARTIFACT_ID = "tree-structure" // base artifact; KMP will add -jvm, -ios*, etc.
val PUBLISH_VERSION = "3.1.1" val PUBLISH_VERSION = "3.1.2"
val snapshot: String? by project val snapshot: String? by project