We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9ba568 commit 95604e3Copy full SHA for 95604e3
destination-filters-kotlin/src/main/java/com/segment/analytics/plugins/DestinationFilters.kt
@@ -21,7 +21,7 @@ import java.lang.ref.WeakReference
21
class DestinationFilters : Plugin {
22
23
companion object {
24
- public const val version = "1.0.2"
+ public const val version = "1.2.0"
25
}
26
27
private val tsubScript = """
gradle.properties
@@ -24,8 +24,8 @@ android.nonTransitiveRClass=true
GROUP=com.segment.analytics.kotlin
-VERSION_CODE=110
28
-VERSION_NAME=1.1.0
+VERSION_CODE=120
+VERSION_NAME=1.2.0
29
30
POM_NAME=DestinationFilters-Kotlin
31
POM_DESCRIPTION=Enrich and modify events via OTA updates
0 commit comments