Release 4.1.0: structural mutations, query algorithms, customizable prettyString, immutable module
Some checks failed
Test / JVM / JS / Wasm / Native + API check (push) Has been cancelled
Test / iOS (push) Has been cancelled

This commit is contained in:
2026-06-07 23:30:48 +02:00
parent 0b8429c859
commit f60a5c4a86
3 changed files with 28 additions and 8 deletions

View File

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