From 91b2d0fec153c0fdd76db81db328656cf31e0309 Mon Sep 17 00:00:00 2001 From: Wenxi Zeng Date: Mon, 7 Mar 2022 17:29:40 -0800 Subject: [PATCH] prepare snapshot 1.5.2 --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index c03dea9..6eb1b63 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=151 -VERSION_NAME=1.5.1 +VERSION_CODE=152 +VERSION_NAME=1.5.2 POM_ARTIFACT_ID=mixpanel POM_NAME=mixpanel