Skip to content

Commit 05eb4e6

Browse files
committed
update versions
1 parent 40b4a6b commit 05eb4e6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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)