Skip to content

Commit 6e7221a

Browse files
authored
prepare release 1.14.2 (#208)
* update ci script * prepare snapshot 1.14.3
1 parent 416edf5 commit 6e7221a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
restore-keys: |
3535
${{ runner.os }}-gradle-core-
3636
- name: Publush release to sonatype
37-
run: ./gradlew publishToSonatype -Prelease closeAndReleaseSonatypeStagingRepository
37+
run: ./gradlew clean build publish publishToSonatype -Prelease closeAndReleaseSonatypeStagingRepository
3838
env:
3939
SIGNING_KEY_ID: ${{ secrets.SIGNING_KEY_ID }}
4040
SIGNING_KEY_PASSWORD: ${{ secrets.SIGNING_KEY_PASSWORD }}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package com.segment.analytics.kotlin.core
22

33
object Constants {
4-
const val LIBRARY_VERSION = "1.14.2"
4+
const val LIBRARY_VERSION = "1.14.3"
55
const val DEFAULT_API_HOST = "api.segment.io/v1"
66
const val DEFAULT_CDN_HOST = "cdn-settings.segment.com/v1"
77
}

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ kotlin.code.style=official
2323
# Deployment variables
2424
GROUP=com.segment.analytics.kotlin
2525

26-
VERSION_CODE=1142
27-
VERSION_NAME=1.14.2
26+
VERSION_CODE=1143
27+
VERSION_NAME=1.14.3
2828

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

0 commit comments

Comments
 (0)