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