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