From a5969484e71e2d482492e945e14e32072f1eed36 Mon Sep 17 00:00:00 2001 From: Wenxi Zeng Date: Fri, 3 May 2024 14:36:53 -0500 Subject: [PATCH] prepare release 1.0.0 (#8) Co-authored-by: Wenxi Zeng --- 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.