Skip to content

Commit

Permalink
prepare release 1.0.2 (#10)
Browse files Browse the repository at this point in the history
Co-authored-by: Wenxi Zeng <[email protected]>
  • Loading branch information
wenxi-zeng and Wenxi Zeng authored Jun 5, 2024
1 parent 9c89c26 commit 9088acb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import kotlinx.serialization.json.jsonPrimitive
class DestinationFilters : Plugin, LivePluginsDependent {

companion object {
public const val version = "1.0.1"
public const val version = "1.0.2"
}

private val tsubScript = """
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ android.nonTransitiveRClass=true

GROUP=com.segment.analytics.kotlin

VERSION_CODE=101
VERSION_NAME=1.0.1
VERSION_CODE=102
VERSION_NAME=1.0.2

POM_NAME=DestinationFilters-Kotlin
POM_DESCRIPTION=Enrich and modify events via OTA updates
Expand Down

0 comments on commit 9088acb

Please sign in to comment.