Skip to content

Commit aa05f1b

Browse files
authored
Release 1.2.1 (#17)
* update versions * fix release ci
1 parent 40b4a6b commit aa05f1b

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

destination-filters-kotlin/build.gradle

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,8 @@ dependencies {
4040
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
4141
}
4242

43-
apply from: rootProject.file('gradle/mvn-publish.gradle')
43+
apply from: rootProject.file('gradle/mvn-publish.gradle')
44+
45+
tasks.named("signReleasePublication") {
46+
dependsOn("bundleReleaseAar")
47+
}

destination-filters-kotlin/src/main/java/com/segment/analytics/plugins/DestinationFilters.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import java.lang.ref.WeakReference
2222
class DestinationFilters : Plugin {
2323

2424
companion object {
25-
public const val version = "1.2.0"
25+
public const val version = "1.2.1"
2626
}
2727

2828
private val tsubScript = """

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ android.nonTransitiveRClass=true
2424

2525
GROUP=com.segment.analytics.kotlin
2626

27-
VERSION_CODE=120
28-
VERSION_NAME=1.2.0
27+
VERSION_CODE=121
28+
VERSION_NAME=1.2.1
2929

3030
POM_NAME=DestinationFilters-Kotlin
3131
POM_DESCRIPTION=Enrich and modify events via OTA updates

0 commit comments

Comments
 (0)