From 4cad465be8c9245b0ae332d4b280c1c7703e04c7 Mon Sep 17 00:00:00 2001 From: Wenxi Zeng Date: Fri, 3 May 2024 14:46:10 -0500 Subject: [PATCH] prepare snapshot 1.0.1 --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 653fcdf..8a27a46 100644 --- a/gradle.properties +++ b/gradle.properties @@ -24,8 +24,8 @@ android.nonTransitiveRClass=true GROUP=com.segment.analytics.kotlin -VERSION_CODE=100 -VERSION_NAME=1.0.0 +VERSION_CODE=101 +VERSION_NAME=1.0.1 POM_NAME=Analytics-Kotlin-Live POM_DESCRIPTION=Enrich and modify events via OTA updates