From ea0b4fa95c49e17d667bff581f657a1db777b7d6 Mon Sep 17 00:00:00 2001 From: Adrian Kuta Date: Thu, 25 Dec 2025 22:53:43 +0100 Subject: [PATCH] Bump version to 3.1.4 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index d2fe964..48a6778 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -13,7 +13,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 = "3.1.3" +val PUBLISH_VERSION = "3.1.4" val snapshot: String? by project