From 6b38be276026a999d55a48911d6f85dbf856de7e Mon Sep 17 00:00:00 2001 From: Didier Garcia Date: Tue, 12 Mar 2024 13:26:14 -0400 Subject: [PATCH] Release/1.6.0 (#11) * RELEASE: 1.6.0 * Prepare snapshot 1.6.0-SNAPSHOT --- gradle.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle.properties b/gradle.properties index a233de7..7c8b994 100644 --- a/gradle.properties +++ b/gradle.properties @@ -23,8 +23,8 @@ kotlin.code.style=official # Deployment variables GROUP=com.segment.analytics.kotlin.destinations -VERSION_CODE=153 -VERSION_NAME=1.5.3 +VERSION_CODE=161 +VERSION_NAME=1.6.1 POM_ARTIFACT_ID=appsflyer POM_NAME=appsflyer @@ -40,4 +40,4 @@ POM_LICENCE_URL=http://opensource.org/licenses/MIT POM_LICENCE_DIST=repo POM_DEVELOPER_ID=segmentio -POM_DEVELOPER_NAME=Segment, Inc. \ No newline at end of file +POM_DEVELOPER_NAME=Segment, Inc.