Skip to content

Commit 9088acb

Browse files
authored
prepare release 1.0.2 (#10)
Co-authored-by: Wenxi Zeng <[email protected]>
1 parent 9c89c26 commit 9088acb

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
@@ -16,7 +16,7 @@ import kotlinx.serialization.json.jsonPrimitive
1616
class DestinationFilters : Plugin, LivePluginsDependent {
1717

1818
companion object {
19-
public const val version = "1.0.1"
19+
public const val version = "1.0.2"
2020
}
2121

2222
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=101
28-
VERSION_NAME=1.0.1
27+
VERSION_CODE=102
28+
VERSION_NAME=1.0.2
2929

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

0 commit comments

Comments
 (0)