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 9c89c26 commit 9088acbCopy full SHA for 9088acb
destination-filters-kotlin/src/main/java/com/segment/analytics/plugins/DestinationFilters.kt
@@ -16,7 +16,7 @@ import kotlinx.serialization.json.jsonPrimitive
16
class DestinationFilters : Plugin, LivePluginsDependent {
17
18
companion object {
19
- public const val version = "1.0.1"
+ public const val version = "1.0.2"
20
}
21
22
private val tsubScript = """
gradle.properties
@@ -24,8 +24,8 @@ android.nonTransitiveRClass=true
24
25
GROUP=com.segment.analytics.kotlin
26
27
-VERSION_CODE=101
28
-VERSION_NAME=1.0.1
+VERSION_CODE=102
+VERSION_NAME=1.0.2
29
30
POM_NAME=DestinationFilters-Kotlin
31
POM_DESCRIPTION=Enrich and modify events via OTA updates
0 commit comments