Skip to content

Commit 95604e3

Browse files
committed
update version
1 parent f9ba568 commit 95604e3

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import java.lang.ref.WeakReference
2121
class DestinationFilters : Plugin {
2222

2323
companion object {
24-
public const val version = "1.0.2"
24+
public const val version = "1.2.0"
2525
}
2626

2727
private val tsubScript = """

gradle.properties

+2-2
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=110
28-
VERSION_NAME=1.1.0
27+
VERSION_CODE=120
28+
VERSION_NAME=1.2.0
2929

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

0 commit comments

Comments
 (0)