Skip to content

Commit

Permalink
Create release 1.18.1 (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelGHSeg authored Nov 14, 2024
1 parent ad0914b commit 527b4bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package com.segment.analytics.kotlin.core

object Constants {
const val LIBRARY_VERSION = "1.17.0"
const val LIBRARY_VERSION = "1.18.1"
const val DEFAULT_API_HOST = "api.segment.io/v1"
const val DEFAULT_CDN_HOST = "cdn-settings.segment.com/v1"
}
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ kotlin.code.style=official
# Deployment variables
GROUP=com.segment.analytics.kotlin

VERSION_CODE=1180
VERSION_NAME=1.18.0
VERSION_CODE=1181
VERSION_NAME=1.18.1

POM_NAME=Segment for Kotlin
POM_DESCRIPTION=The hassle-free way to add analytics to your Kotlin app.
Expand Down

0 comments on commit 527b4bc

Please sign in to comment.