We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d124a36 commit ff8c6a0Copy full SHA for ff8c6a0
core/src/main/java/com/segment/analytics/kotlin/core/Constants.kt
@@ -1,7 +1,7 @@
1
package com.segment.analytics.kotlin.core
2
3
object Constants {
4
- const val LIBRARY_VERSION = "1.10.6"
+ const val LIBRARY_VERSION = "1.11.0"
5
const val DEFAULT_API_HOST = "api.segment.io/v1"
6
const val DEFAULT_CDN_HOST = "cdn-settings.segment.com/v1"
7
}
gradle.properties
@@ -23,8 +23,8 @@ kotlin.code.style=official
23
# Deployment variables
24
GROUP=com.segment.analytics.kotlin
25
26
-VERSION_CODE=1107
27
-VERSION_NAME=1.10.7
+VERSION_CODE=1110
+VERSION_NAME=1.11.0
28
29
POM_NAME=Segment for Kotlin
30
POM_DESCRIPTION=The hassle-free way to add analytics to your Kotlin app.
0 commit comments