From 590bee8ac0a9d9b6eff99801b7d439b62bb7431a Mon Sep 17 00:00:00 2001 From: Wenxi Zeng Date: Fri, 3 May 2024 10:39:39 -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 bf41288..36ec32f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -24,8 +24,8 @@ android.nonTransitiveRClass=true GROUP=com.segment.analytics.kotlin -VERSION_CODE=008 -VERSION_NAME=0.0.8 +VERSION_CODE=100 +VERSION_NAME=1.0.0 POM_NAME=Substrata POM_DESCRIPTION=The hassle-free way to add analytics to your Kotlin app.