From 97e49ff919c3b68934d6f916c346007295b93716 Mon Sep 17 00:00:00 2001 From: Wenxi Zeng Date: Thu, 30 May 2024 13:01:01 -0500 Subject: [PATCH] prepare snapshot 1.0.2 --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 8a27a46..750dfd6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -24,8 +24,8 @@ android.nonTransitiveRClass=true GROUP=com.segment.analytics.kotlin -VERSION_CODE=101 -VERSION_NAME=1.0.1 +VERSION_CODE=102 +VERSION_NAME=1.0.2 POM_NAME=Analytics-Kotlin-Live POM_DESCRIPTION=Enrich and modify events via OTA updates