From fd0e2ebae4fbaaf1ebd0fbcbf762634bde60bcd0 Mon Sep 17 00:00:00 2001 From: Wenxi Zeng Date: Thu, 6 Nov 2025 14:42:14 -0600 Subject: [PATCH] prepare release 1.4.0 --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index dd9c4a4..cb18b21 100644 --- a/gradle.properties +++ b/gradle.properties @@ -24,8 +24,8 @@ android.nonTransitiveRClass=true GROUP=com.segment.analytics.kotlin -VERSION_CODE=130 -VERSION_NAME=1.3.0 +VERSION_CODE=140 +VERSION_NAME=1.4.0 POM_NAME=Analytics-Kotlin-Live POM_DESCRIPTION=Enrich and modify events via OTA updates