Skip to content

Commit 879a41d

Browse files
committed
prepare for release 1.3.0
1 parent f3a545e commit 879a41d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ android {
1515

1616
minSdkVersion 16
1717
targetSdkVersion 30
18-
versionCode 2
19-
versionName "1.2.0"
18+
versionCode 130
19+
versionName "1.3.0"
2020

2121
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2222
consumerProguardFiles "consumer-rules.pro"
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.2.0"
4+
const val LIBRARY_VERSION = "1.3.0"
55
const val DEFAULT_API_HOST = "api.segment.io/v1"
66
const val DEFAULT_CDN_HOST = "cdn-settings.segment.com/v1"
77
}

0 commit comments

Comments
 (0)