We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40b4a6b commit 05eb4e6Copy full SHA for 05eb4e6
destination-filters-kotlin/src/main/java/com/segment/analytics/plugins/DestinationFilters.kt
@@ -22,7 +22,7 @@ import java.lang.ref.WeakReference
22
class DestinationFilters : Plugin {
23
24
companion object {
25
- public const val version = "1.2.0"
+ public const val version = "1.2.1"
26
}
27
28
private val tsubScript = """
gradle.properties
@@ -24,8 +24,8 @@ android.nonTransitiveRClass=true
GROUP=com.segment.analytics.kotlin
-VERSION_CODE=120
-VERSION_NAME=1.2.0
+VERSION_CODE=121
+VERSION_NAME=1.2.1
29
30
POM_NAME=DestinationFilters-Kotlin
31
POM_DESCRIPTION=Enrich and modify events via OTA updates
0 commit comments