From 29795c412ce3e49dcb877aca1d4f863549f920e2 Mon Sep 17 00:00:00 2001 From: Wenxi Zeng Date: Thu, 8 Dec 2022 12:27:29 -0800 Subject: [PATCH] prepare release 1.10.0 --- .../main/java/com/segment/analytics/kotlin/core/Constants.kt | 2 +- gradle.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/src/main/java/com/segment/analytics/kotlin/core/Constants.kt b/core/src/main/java/com/segment/analytics/kotlin/core/Constants.kt index 9fa3a5a6..72d22e8c 100644 --- a/core/src/main/java/com/segment/analytics/kotlin/core/Constants.kt +++ b/core/src/main/java/com/segment/analytics/kotlin/core/Constants.kt @@ -1,7 +1,7 @@ package com.segment.analytics.kotlin.core object Constants { - const val LIBRARY_VERSION = "1.9.1" + const val LIBRARY_VERSION = "1.10.0" const val DEFAULT_API_HOST = "api.segment.io/v1" const val DEFAULT_CDN_HOST = "cdn-settings.segment.com/v1" } \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 2d3461f0..1c95f671 100644 --- a/gradle.properties +++ b/gradle.properties @@ -23,8 +23,8 @@ kotlin.code.style=official # Deployment variables GROUP=com.segment.analytics.kotlin -VERSION_CODE=193 -VERSION_NAME=1.9.3 +VERSION_CODE=1100 +VERSION_NAME=1.10.0 POM_NAME=Segment for Kotlin POM_DESCRIPTION=The hassle-free way to add analytics to your Kotlin app.