Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prepare release 1.0.1 #10

Merged
merged 1 commit into from
Jun 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading